Html Css Color HEX #721114 Red Berry

📋 copy color: '#721114'

red 114 ◦ green 17 ◦ blue 20

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

Shades of Red Berry #721114

Tints of Red Berry #721114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 75.5%
G = 11.26%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#721114 (or 0x721114) is known color: Red Berry. HEX triplet: 72, 11 and 14. RGB value is (114,17,20). Sum of RGB (Red+Green+Blue) = 114+17+20=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721114 is #8DEEEB. Grayscale: #2E2E2E. Windows color (decimal): -9301740 or 1315186. OLE color: 1315186.

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

Color convert

RGB 114 17 20 -
CMYK 0 0.85 0.82 0.55
HSL 358.14º 0.74% 0.26% -
HSV(B) 358.14º 0.85% 0.45% -
XYZ 7.27 4.03 1.06 -
YUV 46.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 114 17 20 0 0.85 0.82 0.55 358.14 0.74 0.26
Hex 72 11 14 0 55 52 37 166 4A 1A
Octal 162 21 24 0 125 122 67 546 112 32
Binary 1110010 10001 10100 0 1010101 1010010 110111 101100110 1001010 11010

Color Harmonies of #721114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721114

Black with #721114

Text Example


Text Example

White with #721114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721114; }

 p { color: rgb(114,17,20); }

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

background-color css

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

 a { background-color: rgb(114,17,20); }

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

border-color css

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

 span { border-color: rgb(114,17,20); }

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