Html Css Color HEX #721920 Red Berry

📋 copy color: '#721920'

red 114 ◦ green 25 ◦ blue 32

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

Shades of Red Berry #721920

Tints of Red Berry #721920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

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

R = 66.67%
G = 14.62%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721920 (or 0x721920) is known color: Red Berry. HEX triplet: 72, 19 and 20. RGB value is (114,25,32). Sum of RGB (Red+Green+Blue) = 114+25+32=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721920 is #8DE6DF. Grayscale: #343434. Windows color (decimal): -9299680 or 2103666. OLE color: 2103666.

HSL color Cylindrical-coordinate representation of color #721920: hue angle of 355.28º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721920 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 32 -
CMYK 0 0.78 0.72 0.55
HSL 355.28º 0.64% 0.27% -
HSV(B) 355.28º 0.78% 0.45% -
XYZ 7.55 4.38 1.81 -
YUV 52.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 114 25 32 0 0.78 0.72 0.55 355.28 0.64 0.27
Hex 72 19 20 0 4E 48 37 163 40 1B
Octal 162 31 40 0 116 110 67 543 100 33
Binary 1110010 11001 100000 0 1001110 1001000 110111 101100011 1000000 11011

Color Harmonies of #721920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721920

Black with #721920

Text Example


Text Example

White with #721920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721920; }

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

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

background-color css

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

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

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

border-color css

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

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

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