Html Css Color HEX #721820 Red Berry

📋 copy color: '#721820'

red 114 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #721820

Tints of Red Berry #721820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

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

R = 67.06%
G = 14.12%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721820 (or 0x721820) is known color: Red Berry. HEX triplet: 72, 18 and 20. RGB value is (114,24,32). Sum of RGB (Red+Green+Blue) = 114+24+32=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721820 is #8DE7DF. Grayscale: #333333. Windows color (decimal): -9299936 or 2103410. OLE color: 2103410.

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

Color convert

RGB 114 24 32 -
CMYK 0 0.79 0.72 0.55
HSL 354.67º 0.65% 0.27% -
HSV(B) 354.67º 0.79% 0.45% -
XYZ 7.53 4.33 1.81 -
YUV 51.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 114 24 32 0 0.79 0.72 0.55 354.67 0.65 0.27
Hex 72 18 20 0 4F 48 37 163 41 1B
Octal 162 30 40 0 117 110 67 543 101 33
Binary 1110010 11000 100000 0 1001111 1001000 110111 101100011 1000001 11011

Color Harmonies of #721820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721820

Black with #721820

Text Example


Text Example

White with #721820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721820; }

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

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

background-color css

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

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

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

border-color css

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

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

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