Html Css Color HEX #721120 Red Berry

📋 copy color: '#721120'

red 114 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #721120

Tints of Red Berry #721120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 69.94%
G = 10.43%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721120 (or 0x721120) is known color: Red Berry. HEX triplet: 72, 11 and 20. RGB value is (114,17,32). Sum of RGB (Red+Green+Blue) = 114+17+32=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #721120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721120 is #8DEEDF. Grayscale: #2F2F2F. Windows color (decimal): -9301728 or 2101618. OLE color: 2101618.

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

Color convert

RGB 114 17 32 -
CMYK 0 0.85 0.72 0.55
HSL 350.72º 0.74% 0.26% -
HSV(B) 350.72º 0.85% 0.45% -
XYZ 7.4 4.08 1.76 -
YUV 47.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 114 17 32 0 0.85 0.72 0.55 350.72 0.74 0.26
Hex 72 11 20 0 55 48 37 15F 4A 1A
Octal 162 21 40 0 125 110 67 537 112 32
Binary 1110010 10001 100000 0 1010101 1001000 110111 101011111 1001010 11010

Color Harmonies of #721120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721120

Black with #721120

Text Example


Text Example

White with #721120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721120; }

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

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

background-color css

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

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

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

border-color css

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

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

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