Html Css Color HEX #711218 Red Berry

📋 copy color: '#711218'

red 113 ◦ green 18 ◦ blue 24

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

Shades of Red Berry #711218

Tints of Red Berry #711218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 72.9%
G = 11.61%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#711218 (or 0x711218) is known color: Red Berry. HEX triplet: 71, 12 and 18. RGB value is (113,18,24). Sum of RGB (Red+Green+Blue) = 113+18+24=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711218 is #8EEDE7. Grayscale: #2F2F2F. Windows color (decimal): -9367016 or 1577585. OLE color: 1577585.

HSL color Cylindrical-coordinate representation of color #711218: hue angle of 356.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711218 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 24 -
CMYK 0 0.84 0.79 0.56
HSL 356.21º 0.73% 0.26% -
HSV(B) 356.21º 0.84% 0.44% -
XYZ 7.19 4.01 1.26 -
YUV 47.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 113 18 24 0 0.84 0.79 0.56 356.21 0.73 0.26
Hex 71 12 18 0 54 4F 38 164 49 1A
Octal 161 22 30 0 124 117 70 544 111 32
Binary 1110001 10010 11000 0 1010100 1001111 111000 101100100 1001001 11010

Color Harmonies of #711218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711218

Black with #711218

Text Example


Text Example

White with #711218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711218; }

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

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

background-color css

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

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

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

border-color css

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

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

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