Html Css Color HEX #720206 Sangria

📋 copy color: '#720206'

red 114 ◦ green 2 ◦ blue 6

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

Shades of Sangria #720206

Tints of Sangria #720206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 93.44%
G = 1.64%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#720206 (or 0x720206) is known color: Sangria. HEX triplet: 72, 02 and 06. RGB value is (114,2,6). Sum of RGB (Red+Green+Blue) = 114+2+6=122 (16% of max value = 765). Red value is 114 (44.92% from 255 or 93.44% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 114 - color contains mainly: red. Hex color #720206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720206 is #8DFDF9. Grayscale: #242424. Windows color (decimal): -9305594 or 393842. OLE color: 393842.

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

Color convert

RGB 114 2 6 -
CMYK 0 0.98 0.95 0.55
HSL 357.86º 0.97% 0.23% -
HSV(B) 357.86º 0.98% 0.45% -
XYZ 6.99 3.63 0.51 -
YUV 35.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 114 2 6 0 0.98 0.95 0.55 357.86 0.97 0.23
Hex 72 2 6 0 62 5F 37 166 61 17
Octal 162 2 6 0 142 137 67 546 141 27
Binary 1110010 10 110 0 1100010 1011111 110111 101100110 1100001 10111

Color Harmonies of #720206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720206

Black with #720206

Text Example


Text Example

White with #720206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720206; }

 p { color: rgb(114,2,6); }

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

background-color css

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

 a { background-color: rgb(114,2,6); }

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

border-color css

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

 span { border-color: rgb(114,2,6); }

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