Html Css Color HEX #721F20 Red Berry

📋 copy color: '#721F20'

red 114 ◦ green 31 ◦ blue 32

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

Shades of Red Berry #721F20

Tints of Red Berry #721F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.51%

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

R = 64.41%
G = 17.51%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721F20 (or 0x721F20) is known color: Red Berry. HEX triplet: 72, 1F and 20. RGB value is (114,31,32). Sum of RGB (Red+Green+Blue) = 114+31+32=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #721F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F20 is #8DE0DF. Grayscale: #383838. Windows color (decimal): -9298144 or 2105202. OLE color: 2105202.

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

Color convert

RGB 114 31 32 -
CMYK 0 0.73 0.72 0.55
HSL 359.28º 0.57% 0.28% -
HSV(B) 359.28º 0.73% 0.45% -
XYZ 7.69 4.66 1.86 -
YUV 55.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 114 31 32 0 0.73 0.72 0.55 359.28 0.57 0.28
Hex 72 1F 20 0 49 48 37 167 39 1C
Octal 162 37 40 0 111 110 67 547 71 34
Binary 1110010 11111 100000 0 1001001 1001000 110111 101100111 111001 11100

Color Harmonies of #721F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F20

Black with #721F20

Text Example


Text Example

White with #721F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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