Html Css Color HEX #9F010C Sangria

📋 copy color: '#9F010C'

red 159 ◦ green 1 ◦ blue 12

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

Shades of Sangria #9F010C

Tints of Sangria #9F010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.98%

R = 92.44%
G = 0.58%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F010C (or 0x9F010C) is known color: Sangria. HEX triplet: 9F, 01 and 0C. RGB value is (159,1,12). Sum of RGB (Red+Green+Blue) = 159+1+12=172 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.44% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 159 - color contains mainly: red. Hex color #9F010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F010C is #60FEF3. Grayscale: #313131. Windows color (decimal): -6356724 or 786847. OLE color: 786847.

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

Color convert

RGB 159 1 12 -
CMYK 0 0.99 0.92 0.38
HSL 355.82º 0.99% 0.31% -
HSV(B) 355.82º 0.99% 0.62% -
XYZ 14.38 7.42 1.02 -
YUV 49.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 159 1 12 0 0.99 0.92 0.38 355.82 0.99 0.31
Hex 9F 1 C 0 63 5C 26 164 63 1F
Octal 237 1 14 0 143 134 46 544 143 37
Binary 10011111 1 1100 0 1100011 1011100 100110 101100100 1100011 11111

Color Harmonies of #9F010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F010C

Black with #9F010C

Text Example


Text Example

White with #9F010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,12); }

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

background-color css

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

 a { background-color: rgb(159,1,12); }

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

border-color css

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

 span { border-color: rgb(159,1,12); }

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