Html Css Color HEX #711926 Red Berry

📋 copy color: '#711926'

red 113 ◦ green 25 ◦ blue 38

#711926
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #711926

Tints of Red Berry #711926

RGB

 RED value IS 113 (44.53% from 255) = 64.2%

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 38 (15.23% from 255) = 21.59%

R = 64.2%
G = 14.2%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#711926 (or 0x711926) is known color: Red Berry. HEX triplet: 71, 19 and 26. RGB value is (113,25,38). Sum of RGB (Red+Green+Blue) = 113+25+38=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711926 is #8EE6D9. Grayscale: #343434. Windows color (decimal): -9365210 or 2496881. OLE color: 2496881.

HSL color Cylindrical-coordinate representation of color #711926: hue angle of 351.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711926 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 38 -
CMYK 0 0.78 0.66 0.56
HSL 351.14º 0.64% 0.27% -
HSV(B) 351.14º 0.78% 0.44% -
XYZ 7.51 4.35 2.28 -
YUV 52.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 113 25 38 0 0.78 0.66 0.56 351.14 0.64 0.27
Hex 71 19 26 0 4E 42 38 15F 40 1B
Octal 161 31 46 0 116 102 70 537 100 33
Binary 1110001 11001 100110 0 1001110 1000010 111000 101011111 1000000 11011

Color Harmonies of #711926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711926

Black with #711926

Text Example


Text Example

White with #711926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711926; }

 p { color: rgb(113,25,38); }

 H1.HeaderClassName
 {
   color: #711926;
 }
 .AnyTagClassName
 {
   color: #711926;
 }
</style>

background-color css

<style>
 a { background-color: #711926; }

 a { background-color: rgb(113,25,38); }

 div.DivClassName
 {
   background-color: #711926;
 }
 .BgClassName
 {
   background-color: #711926;
 }
</style>

border-color css

<style>
 span { border-color: #711926; }

 span { border-color: rgb(113,25,38); }

 td.TdClassName
 {
   border-color: #711926;
 }
 .TagClassName
 {
   border-color: #711926;
 }
</style>