Html Css Color HEX #720509 Sangria

📋 copy color: '#720509'

red 114 ◦ green 5 ◦ blue 9

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

Shades of Sangria #720509

Tints of Sangria #720509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.91%

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 89.06%
G = 3.91%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#720509 (or 0x720509) is known color: Sangria. HEX triplet: 72, 05 and 09. RGB value is (114,5,9). Sum of RGB (Red+Green+Blue) = 114+5+9=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #720509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720509 is #8DFAF6. Grayscale: #262626. Windows color (decimal): -9304823 or 591218. OLE color: 591218.

HSL color Cylindrical-coordinate representation of color #720509: hue angle of 357.8º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720509 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 9 -
CMYK 0 0.96 0.92 0.55
HSL 357.8º 0.92% 0.23% -
HSV(B) 357.8º 0.96% 0.45% -
XYZ 7.04 3.71 0.6 -
YUV 38.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 114 5 9 0 0.96 0.92 0.55 357.8 0.92 0.23
Hex 72 5 9 0 60 5C 37 166 5C 17
Octal 162 5 11 0 140 134 67 546 134 27
Binary 1110010 101 1001 0 1100000 1011100 110111 101100110 1011100 10111

Color Harmonies of #720509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720509

Black with #720509

Text Example


Text Example

White with #720509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720509; }

 p { color: rgb(114,5,9); }

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

background-color css

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

 a { background-color: rgb(114,5,9); }

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

border-color css

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

 span { border-color: rgb(114,5,9); }

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