Html Css Color HEX #711718 Red Berry

📋 copy color: '#711718'

red 113 ◦ green 23 ◦ blue 24

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

Shades of Red Berry #711718

Tints of Red Berry #711718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 24 (9.77% from 255) = 15%

R = 70.63%
G = 14.38%
B = 15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#711718 (or 0x711718) is known color: Red Berry. HEX triplet: 71, 17 and 18. RGB value is (113,23,24). Sum of RGB (Red+Green+Blue) = 113+23+24=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #711718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711718 is #8EE8E7. Grayscale: #323232. Windows color (decimal): -9365736 or 1578865. OLE color: 1578865.

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

Color convert

RGB 113 23 24 -
CMYK 0 0.80 0.79 0.56
HSL 359.33º 0.66% 0.27% -
HSV(B) 359.33º 0.8% 0.44% -
XYZ 7.28 4.19 1.29 -
YUV 50.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 113 23 24 0 0.80 0.79 0.56 359.33 0.66 0.27
Hex 71 17 18 0 50 4F 38 167 42 1B
Octal 161 27 30 0 120 117 70 547 102 33
Binary 1110001 10111 11000 0 1010000 1001111 111000 101100111 1000010 11011

Color Harmonies of #711718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711718

Black with #711718

Text Example


Text Example

White with #711718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711718; }

 p { color: rgb(113,23,24); }

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

background-color css

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

 a { background-color: rgb(113,23,24); }

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

border-color css

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

 span { border-color: rgb(113,23,24); }

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