Html Css Color HEX #721620 Red Berry

📋 copy color: '#721620'

red 114 ◦ green 22 ◦ blue 32

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

Shades of Red Berry #721620

Tints of Red Berry #721620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

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

R = 67.86%
G = 13.1%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721620 (or 0x721620) is known color: Red Berry. HEX triplet: 72, 16 and 20. RGB value is (114,22,32). Sum of RGB (Red+Green+Blue) = 114+22+32=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721620 is #8DE9DF. Grayscale: #323232. Windows color (decimal): -9300448 or 2102898. OLE color: 2102898.

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

Color convert

RGB 114 22 32 -
CMYK 0 0.81 0.72 0.55
HSL 353.48º 0.68% 0.27% -
HSV(B) 353.48º 0.81% 0.45% -
XYZ 7.49 4.26 1.79 -
YUV 50.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 114 22 32 0 0.81 0.72 0.55 353.48 0.68 0.27
Hex 72 16 20 0 51 48 37 161 44 1B
Octal 162 26 40 0 121 110 67 541 104 33
Binary 1110010 10110 100000 0 1010001 1001000 110111 101100001 1000100 11011

Color Harmonies of #721620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721620

Black with #721620

Text Example


Text Example

White with #721620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721620; }

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

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

background-color css

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

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

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

border-color css

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

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

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