Html Css Color HEX #721218 Red Berry

📋 copy color: '#721218'

red 114 ◦ green 18 ◦ blue 24

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

Shades of Red Berry #721218

Tints of Red Berry #721218

RGB

 RED value IS 114 (44.92% from 255) = 73.08%

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

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

R = 73.08%
G = 11.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#721218 (or 0x721218) is known color: Red Berry. HEX triplet: 72, 12 and 18. RGB value is (114,18,24). Sum of RGB (Red+Green+Blue) = 114+18+24=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #721218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721218 is #8DEDE7. Grayscale: #2F2F2F. Windows color (decimal): -9301480 or 1577586. OLE color: 1577586.

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

Color convert

RGB 114 18 24 -
CMYK 0 0.84 0.79 0.55
HSL 356.25º 0.73% 0.26% -
HSV(B) 356.25º 0.84% 0.45% -
XYZ 7.32 4.08 1.27 -
YUV 47.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 114 18 24 0 0.84 0.79 0.55 356.25 0.73 0.26
Hex 72 12 18 0 54 4F 37 164 49 1A
Octal 162 22 30 0 124 117 67 544 111 32
Binary 1110010 10010 11000 0 1010100 1001111 110111 101100100 1001001 11010

Color Harmonies of #721218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721218

Black with #721218

Text Example


Text Example

White with #721218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721218; }

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

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

background-color css

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

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

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

border-color css

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

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

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