Html Css Color HEX #721216 Red Berry

📋 copy color: '#721216'

red 114 ◦ green 18 ◦ blue 22

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

Shades of Red Berry #721216

Tints of Red Berry #721216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 74.03%
G = 11.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#721216 (or 0x721216) is known color: Red Berry. HEX triplet: 72, 12 and 16. RGB value is (114,18,22). Sum of RGB (Red+Green+Blue) = 114+18+22=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721216 is #8DEDE9. Grayscale: #2F2F2F. Windows color (decimal): -9301482 or 1446514. OLE color: 1446514.

HSL color Cylindrical-coordinate representation of color #721216: hue angle of 357.5º 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 #721216 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 22 -
CMYK 0 0.84 0.81 0.55
HSL 357.5º 0.73% 0.26% -
HSV(B) 357.5º 0.84% 0.45% -
XYZ 7.3 4.07 1.16 -
YUV 47.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 114 18 22 0 0.84 0.81 0.55 357.5 0.73 0.26
Hex 72 12 16 0 54 51 37 166 49 1A
Octal 162 22 26 0 124 121 67 546 111 32
Binary 1110010 10010 10110 0 1010100 1010001 110111 101100110 1001001 11010

Color Harmonies of #721216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721216

Black with #721216

Text Example


Text Example

White with #721216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721216; }

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

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

background-color css

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

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

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

border-color css

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

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

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