Html Css Color HEX #711928 Red Berry

📋 copy color: '#711928'

red 113 ◦ green 25 ◦ blue 40

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

Shades of Red Berry #711928

Tints of Red Berry #711928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 63.48%
G = 14.04%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711928 (or 0x711928) is known color: Red Berry. HEX triplet: 71, 19 and 28. RGB value is (113,25,40). Sum of RGB (Red+Green+Blue) = 113+25+40=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #711928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711928 is #8EE6D7. Grayscale: #353535. Windows color (decimal): -9365208 or 2627953. OLE color: 2627953.

HSL color Cylindrical-coordinate representation of color #711928: hue angle of 349.77º 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 #711928 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 40 -
CMYK 0 0.78 0.65 0.56
HSL 349.77º 0.64% 0.27% -
HSV(B) 349.77º 0.78% 0.44% -
XYZ 7.54 4.36 2.45 -
YUV 53.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 113 25 40 0 0.78 0.65 0.56 349.77 0.64 0.27
Hex 71 19 28 0 4E 41 38 15E 40 1B
Octal 161 31 50 0 116 101 70 536 100 33
Binary 1110001 11001 101000 0 1001110 1000001 111000 101011110 1000000 11011

Color Harmonies of #711928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711928

Black with #711928

Text Example


Text Example

White with #711928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711928; }

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

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

background-color css

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

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

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

border-color css

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

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

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