Html Css Color HEX #721220 Red Berry

📋 copy color: '#721220'

red 114 ◦ green 18 ◦ blue 32

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

Shades of Red Berry #721220

Tints of Red Berry #721220

RGB

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

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

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

R = 69.51%
G = 10.98%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721220 (or 0x721220) is known color: Red Berry. HEX triplet: 72, 12 and 20. RGB value is (114,18,32). Sum of RGB (Red+Green+Blue) = 114+18+32=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #721220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721220 is #8DEDDF. Grayscale: #303030. Windows color (decimal): -9301472 or 2101874. OLE color: 2101874.

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

Color convert

RGB 114 18 32 -
CMYK 0 0.84 0.72 0.55
HSL 351.25º 0.73% 0.26% -
HSV(B) 351.25º 0.84% 0.45% -
XYZ 7.42 4.11 1.77 -
YUV 48.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 114 18 32 0 0.84 0.72 0.55 351.25 0.73 0.26
Hex 72 12 20 0 54 48 37 15F 49 1A
Octal 162 22 40 0 124 110 67 537 111 32
Binary 1110010 10010 100000 0 1010100 1001000 110111 101011111 1001001 11010

Color Harmonies of #721220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721220

Black with #721220

Text Example


Text Example

White with #721220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721220; }

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

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

background-color css

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

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

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

border-color css

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

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

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