Html Css Color HEX #720508 Sangria

📋 copy color: '#720508'

red 114 ◦ green 5 ◦ blue 8

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

Shades of Sangria #720508

Tints of Sangria #720508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 89.76%
G = 3.94%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#720508 (or 0x720508) is known color: Sangria. HEX triplet: 72, 05 and 08. RGB value is (114,5,8). Sum of RGB (Red+Green+Blue) = 114+5+8=127 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.76% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 114 - color contains mainly: red. Hex color #720508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720508 is #8DFAF7. Grayscale: #262626. Windows color (decimal): -9304824 or 525682. OLE color: 525682.

HSL color Cylindrical-coordinate representation of color #720508: hue angle of 358.35º 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 #720508 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 8 -
CMYK 0 0.96 0.93 0.55
HSL 358.35º 0.92% 0.23% -
HSV(B) 358.35º 0.96% 0.45% -
XYZ 7.04 3.7 0.57 -
YUV 37.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 114 5 8 0 0.96 0.93 0.55 358.35 0.92 0.23
Hex 72 5 8 0 60 5D 37 166 5C 17
Octal 162 5 10 0 140 135 67 546 134 27
Binary 1110010 101 1000 0 1100000 1011101 110111 101100110 1011100 10111

Color Harmonies of #720508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720508

Black with #720508

Text Example


Text Example

White with #720508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720508; }

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

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

background-color css

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

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

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

border-color css

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

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

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