Html Css Color HEX #721E20 Red Berry

📋 copy color: '#721E20'

red 114 ◦ green 30 ◦ blue 32

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

Shades of Red Berry #721E20

Tints of Red Berry #721E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

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

R = 64.77%
G = 17.05%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721E20 (or 0x721E20) is known color: Red Berry. HEX triplet: 72, 1E and 20. RGB value is (114,30,32). Sum of RGB (Red+Green+Blue) = 114+30+32=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #721E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E20 is #8DE1DF. Grayscale: #373737. Windows color (decimal): -9298400 or 2104946. OLE color: 2104946.

HSL color Cylindrical-coordinate representation of color #721E20: hue angle of 358.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E20 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 32 -
CMYK 0 0.74 0.72 0.55
HSL 358.57º 0.58% 0.28% -
HSV(B) 358.57º 0.74% 0.45% -
XYZ 7.66 4.61 1.85 -
YUV 55.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 114 30 32 0 0.74 0.72 0.55 358.57 0.58 0.28
Hex 72 1E 20 0 4A 48 37 167 3A 1C
Octal 162 36 40 0 112 110 67 547 72 34
Binary 1110010 11110 100000 0 1001010 1001000 110111 101100111 111010 11100

Color Harmonies of #721E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E20

Black with #721E20

Text Example


Text Example

White with #721E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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