Html Css Color HEX #720E13 Red Berry

📋 copy color: '#720E13'

red 114 ◦ green 14 ◦ blue 19

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

Shades of Red Berry #720E13

Tints of Red Berry #720E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

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

R = 77.55%
G = 9.52%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#720E13 (or 0x720E13) is known color: Red Berry. HEX triplet: 72, 0E and 13. RGB value is (114,14,19). Sum of RGB (Red+Green+Blue) = 114+14+19=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #720E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E13 is #8DF1EC. Grayscale: #2C2C2C. Windows color (decimal): -9302509 or 1248882. OLE color: 1248882.

HSL color Cylindrical-coordinate representation of color #720E13: hue angle of 357º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E13 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 19 -
CMYK 0 0.88 0.83 0.55
HSL 357º 0.78% 0.25% -
HSV(B) 357º 0.88% 0.45% -
XYZ 7.21 3.94 1 -
YUV 44.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 114 14 19 0 0.88 0.83 0.55 357 0.78 0.25
Hex 72 E 13 0 58 53 37 165 4E 19
Octal 162 16 23 0 130 123 67 545 116 31
Binary 1110010 1110 10011 0 1011000 1010011 110111 101100101 1001110 11001

Color Harmonies of #720E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E13

Black with #720E13

Text Example


Text Example

White with #720E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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