Html Css Color HEX #721013 Red Berry

📋 copy color: '#721013'

red 114 ◦ green 16 ◦ blue 19

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

Shades of Red Berry #721013

Tints of Red Berry #721013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 76.51%
G = 10.74%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721013 (or 0x721013) is known color: Red Berry. HEX triplet: 72, 10 and 13. RGB value is (114,16,19). Sum of RGB (Red+Green+Blue) = 114+16+19=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721013 is #8DEFEC. Grayscale: #2D2D2D. Windows color (decimal): -9301997 or 1249394. OLE color: 1249394.

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

Color convert

RGB 114 16 19 -
CMYK 0 0.86 0.83 0.55
HSL 358.16º 0.75% 0.25% -
HSV(B) 358.16º 0.86% 0.45% -
XYZ 7.24 4 1.01 -
YUV 45.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 114 16 19 0 0.86 0.83 0.55 358.16 0.75 0.25
Hex 72 10 13 0 56 53 37 166 4B 19
Octal 162 20 23 0 126 123 67 546 113 31
Binary 1110010 10000 10011 0 1010110 1010011 110111 101100110 1001011 11001

Color Harmonies of #721013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721013

Black with #721013

Text Example


Text Example

White with #721013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721013; }

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

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

background-color css

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

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

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

border-color css

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

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

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