Html Css Color HEX #9F0108 Sangria

📋 copy color: '#9F0108'

red 159 ◦ green 1 ◦ blue 8

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

Shades of Sangria #9F0108

Tints of Sangria #9F0108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 94.64%
G = 0.6%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F0108 (or 0x9F0108) is known color: Sangria. HEX triplet: 9F, 01 and 08. RGB value is (159,1,8). Sum of RGB (Red+Green+Blue) = 159+1+8=168 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.64% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0108 is #60FEF7. Grayscale: #313131. Windows color (decimal): -6356728 or 524703. OLE color: 524703.

HSL color Cylindrical-coordinate representation of color #9F0108: hue angle of 357.34º 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 #9F0108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 8 -
CMYK 0 0.99 0.95 0.38
HSL 357.34º 0.99% 0.31% -
HSV(B) 357.34º 0.99% 0.62% -
XYZ 14.35 7.41 0.9 -
YUV 49.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 159 1 8 0 0.99 0.95 0.38 357.34 0.99 0.31
Hex 9F 1 8 0 63 5F 26 165 63 1F
Octal 237 1 10 0 143 137 46 545 143 37
Binary 10011111 1 1000 0 1100011 1011111 100110 101100101 1100011 11111

Color Harmonies of #9F0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0108

Black with #9F0108

Text Example


Text Example

White with #9F0108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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