Html Css Color HEX #9F0710 Sangria

📋 copy color: '#9F0710'

red 159 ◦ green 7 ◦ blue 16

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

Shades of Sangria #9F0710

Tints of Sangria #9F0710

RGB

 RED value IS 159 (62.5% from 255) = 87.36%

 GREEN value IS 7 (3.13% from 255) = 3.85%

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 87.36%
G = 3.85%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F0710 (or 0x9F0710) is known color: Sangria. HEX triplet: 9F, 07 and 10. RGB value is (159,7,16). Sum of RGB (Red+Green+Blue) = 159+7+16=182 (24% of max value = 765). Red value is 159 (62.5% from 255 or 87.36% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0710 is #60F8EF. Grayscale: #353535. Windows color (decimal): -6355184 or 1050527. OLE color: 1050527.

HSL color Cylindrical-coordinate representation of color #9F0710: hue angle of 356.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0710 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 7 16 -
CMYK 0 0.96 0.90 0.38
HSL 356.45º 0.92% 0.33% -
HSV(B) 356.45º 0.96% 0.62% -
XYZ 14.47 7.56 1.19 -
YUV 53.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 159 7 16 0 0.96 0.90 0.38 356.45 0.92 0.33
Hex 9F 7 10 0 60 5A 26 164 5C 21
Octal 237 7 20 0 140 132 46 544 134 41
Binary 10011111 111 10000 0 1100000 1011010 100110 101100100 1011100 100001

Color Harmonies of #9F0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0710

Black with #9F0710

Text Example


Text Example

White with #9F0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0710; }

 p { color: rgb(159,7,16); }

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

background-color css

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

 a { background-color: rgb(159,7,16); }

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

border-color css

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

 span { border-color: rgb(159,7,16); }

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