Html Css Color HEX #721213 Red Berry

📋 copy color: '#721213'

red 114 ◦ green 18 ◦ blue 19

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

Shades of Red Berry #721213

Tints of Red Berry #721213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 75.5%
G = 11.92%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721213 (or 0x721213) is known color: Red Berry. HEX triplet: 72, 12 and 13. RGB value is (114,18,19). Sum of RGB (Red+Green+Blue) = 114+18+19=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721213 is #8DEDEC. Grayscale: #2E2E2E. Windows color (decimal): -9301485 or 1249906. OLE color: 1249906.

HSL color Cylindrical-coordinate representation of color #721213: hue angle of 359.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721213 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 19 -
CMYK 0 0.84 0.83 0.55
HSL 359.38º 0.73% 0.26% -
HSV(B) 359.38º 0.84% 0.45% -
XYZ 7.27 4.06 1.02 -
YUV 46.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 114 18 19 0 0.84 0.83 0.55 359.38 0.73 0.26
Hex 72 12 13 0 54 53 37 167 49 1A
Octal 162 22 23 0 124 123 67 547 111 32
Binary 1110010 10010 10011 0 1010100 1010011 110111 101100111 1001001 11010

Color Harmonies of #721213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721213

Black with #721213

Text Example


Text Example

White with #721213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721213; }

 p { color: rgb(114,18,19); }

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

background-color css

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

 a { background-color: rgb(114,18,19); }

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

border-color css

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

 span { border-color: rgb(114,18,19); }

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