Html Css Color HEX #721819 Red Berry

📋 copy color: '#721819'

red 114 ◦ green 24 ◦ blue 25

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

Shades of Red Berry #721819

Tints of Red Berry #721819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 69.94%
G = 14.72%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#721819 (or 0x721819) is known color: Red Berry. HEX triplet: 72, 18 and 19. RGB value is (114,24,25). Sum of RGB (Red+Green+Blue) = 114+24+25=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #721819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721819 is #8DE7E6. Grayscale: #333333. Windows color (decimal): -9299943 or 1644658. OLE color: 1644658.

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

Color convert

RGB 114 24 25 -
CMYK 0 0.79 0.78 0.55
HSL 359.33º 0.65% 0.27% -
HSV(B) 359.33º 0.79% 0.45% -
XYZ 7.44 4.3 1.36 -
YUV 51.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 114 24 25 0 0.79 0.78 0.55 359.33 0.65 0.27
Hex 72 18 19 0 4F 4E 37 167 41 1B
Octal 162 30 31 0 117 116 67 547 101 33
Binary 1110010 11000 11001 0 1001111 1001110 110111 101100111 1000001 11011

Color Harmonies of #721819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721819

Black with #721819

Text Example


Text Example

White with #721819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721819; }

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

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

background-color css

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

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

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

border-color css

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

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

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