Html Css Color HEX #721821 Red Berry

📋 copy color: '#721821'

red 114 ◦ green 24 ◦ blue 33

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

Shades of Red Berry #721821

Tints of Red Berry #721821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 66.67%
G = 14.04%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#721821 (or 0x721821) is known color: Red Berry. HEX triplet: 72, 18 and 21. RGB value is (114,24,33). Sum of RGB (Red+Green+Blue) = 114+24+33=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721821 is #8DE7DE. Grayscale: #333333. Windows color (decimal): -9299935 or 2168946. OLE color: 2168946.

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

Color convert

RGB 114 24 33 -
CMYK 0 0.79 0.71 0.55
HSL 354º 0.65% 0.27% -
HSV(B) 354º 0.79% 0.45% -
XYZ 7.54 4.34 1.88 -
YUV 51.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 114 24 33 0 0.79 0.71 0.55 354 0.65 0.27
Hex 72 18 21 0 4F 47 37 162 41 1B
Octal 162 30 41 0 117 107 67 542 101 33
Binary 1110010 11000 100001 0 1001111 1000111 110111 101100010 1000001 11011

Color Harmonies of #721821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721821

Black with #721821

Text Example


Text Example

White with #721821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721821; }

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

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

background-color css

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

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

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

border-color css

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

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

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