Html Css Color HEX #721122 Red Berry

📋 copy color: '#721122'

red 114 ◦ green 17 ◦ blue 34

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

Shades of Red Berry #721122

Tints of Red Berry #721122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.61%

R = 69.09%
G = 10.3%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#721122 (or 0x721122) is known color: Red Berry. HEX triplet: 72, 11 and 22. RGB value is (114,17,34). Sum of RGB (Red+Green+Blue) = 114+17+34=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #721122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721122 is #8DEEDD. Grayscale: #2F2F2F. Windows color (decimal): -9301726 or 2232690. OLE color: 2232690.

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

Color convert

RGB 114 17 34 -
CMYK 0 0.85 0.70 0.55
HSL 349.48º 0.74% 0.26% -
HSV(B) 349.48º 0.85% 0.45% -
XYZ 7.43 4.09 1.91 -
YUV 47.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 114 17 34 0 0.85 0.70 0.55 349.48 0.74 0.26
Hex 72 11 22 0 55 46 37 15D 4A 1A
Octal 162 21 42 0 125 106 67 535 112 32
Binary 1110010 10001 100010 0 1010101 1000110 110111 101011101 1001010 11010

Color Harmonies of #721122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721122

Black with #721122

Text Example


Text Example

White with #721122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721122; }

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

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

background-color css

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

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

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

border-color css

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

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

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