Html Css Color HEX #72080A Sangria

📋 copy color: '#72080A'

red 114 ◦ green 8 ◦ blue 10

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

Shades of Sangria #72080A

Tints of Sangria #72080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 10 (4.3% from 255) = 7.58%

R = 86.36%
G = 6.06%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72080A (or 0x72080A) is known color: Sangria. HEX triplet: 72, 08 and 0A. RGB value is (114,8,10). Sum of RGB (Red+Green+Blue) = 114+8+10=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #72080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72080A is #8DF7F5. Grayscale: #282828. Windows color (decimal): -9304054 or 657522. OLE color: 657522.

HSL color Cylindrical-coordinate representation of color #72080A: hue angle of 358.87º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72080A is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 10 -
CMYK 0 0.93 0.91 0.55
HSL 358.87º 0.87% 0.24% -
HSV(B) 358.87º 0.93% 0.45% -
XYZ 7.08 3.77 0.64 -
YUV 39.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 114 8 10 0 0.93 0.91 0.55 358.87 0.87 0.24
Hex 72 8 A 0 5D 5B 37 167 57 18
Octal 162 10 12 0 135 133 67 547 127 30
Binary 1110010 1000 1010 0 1011101 1011011 110111 101100111 1010111 11000

Color Harmonies of #72080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72080A

Black with #72080A

Text Example


Text Example

White with #72080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72080A; }

 p { color: rgb(114,8,10); }

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

background-color css

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

 a { background-color: rgb(114,8,10); }

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

border-color css

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

 span { border-color: rgb(114,8,10); }

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