Html Css Color HEX #720105 Sangria

📋 copy color: '#720105'

red 114 ◦ green 1 ◦ blue 5

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

Shades of Sangria #720105

Tints of Sangria #720105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 95%
G = 0.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#720105 (or 0x720105) is known color: Sangria. HEX triplet: 72, 01 and 05. RGB value is (114,1,5). Sum of RGB (Red+Green+Blue) = 114+1+5=120 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 114 - color contains mainly: red. Hex color #720105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720105 is #8DFEFA. Grayscale: #232323. Windows color (decimal): -9305851 or 328050. OLE color: 328050.

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

Color convert

RGB 114 1 5 -
CMYK 0 0.99 0.96 0.55
HSL 357.88º 0.98% 0.23% -
HSV(B) 357.88º 0.99% 0.45% -
XYZ 6.98 3.61 0.47 -
YUV 35.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 114 1 5 0 0.99 0.96 0.55 357.88 0.98 0.23
Hex 72 1 5 0 63 60 37 166 62 17
Octal 162 1 5 0 143 140 67 546 142 27
Binary 1110010 1 101 0 1100011 1100000 110111 101100110 1100010 10111

Color Harmonies of #720105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720105

Black with #720105

Text Example


Text Example

White with #720105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720105; }

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

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

background-color css

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

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

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

border-color css

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

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

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