Html Css Color HEX #720507 Sangria

📋 copy color: '#720507'

red 114 ◦ green 5 ◦ blue 7

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

Shades of Sangria #720507

Tints of Sangria #720507

RGB

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

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

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

R = 90.48%
G = 3.97%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#720507 (or 0x720507) is known color: Sangria. HEX triplet: 72, 05 and 07. RGB value is (114,5,7). Sum of RGB (Red+Green+Blue) = 114+5+7=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #720507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720507 is #8DFAF8. Grayscale: #252525. Windows color (decimal): -9304825 or 460146. OLE color: 460146.

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

Color convert

RGB 114 5 7 -
CMYK 0 0.96 0.94 0.55
HSL 358.9º 0.92% 0.23% -
HSV(B) 358.9º 0.96% 0.45% -
XYZ 7.03 3.7 0.54 -
YUV 37.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 114 5 7 0 0.96 0.94 0.55 358.9 0.92 0.23
Hex 72 5 7 0 60 5E 37 167 5C 17
Octal 162 5 7 0 140 136 67 547 134 27
Binary 1110010 101 111 0 1100000 1011110 110111 101100111 1011100 10111

Color Harmonies of #720507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720507

Black with #720507

Text Example


Text Example

White with #720507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720507; }

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

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

background-color css

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

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

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

border-color css

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

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

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