Html Css Color HEX #720207 Sangria

📋 copy color: '#720207'

red 114 ◦ green 2 ◦ blue 7

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

Shades of Sangria #720207

Tints of Sangria #720207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.69%

R = 92.68%
G = 1.63%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#720207 (or 0x720207) is known color: Sangria. HEX triplet: 72, 02 and 07. RGB value is (114,2,7). Sum of RGB (Red+Green+Blue) = 114+2+7=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720207 is #8DFDF8. Grayscale: #242424. Windows color (decimal): -9305593 or 459378. OLE color: 459378.

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

Color convert

RGB 114 2 7 -
CMYK 0 0.98 0.94 0.55
HSL 357.32º 0.97% 0.23% -
HSV(B) 357.32º 0.98% 0.45% -
XYZ 7 3.64 0.53 -
YUV 36.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 114 2 7 0 0.98 0.94 0.55 357.32 0.97 0.23
Hex 72 2 7 0 62 5E 37 165 61 17
Octal 162 2 7 0 142 136 67 545 141 27
Binary 1110010 10 111 0 1100010 1011110 110111 101100101 1100001 10111

Color Harmonies of #720207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720207

Black with #720207

Text Example


Text Example

White with #720207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720207; }

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

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

background-color css

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

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

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

border-color css

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

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

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