Html Css Color HEX #9F010F Sangria

📋 copy color: '#9F010F'

red 159 ◦ green 1 ◦ blue 15

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

Shades of Sangria #9F010F

Tints of Sangria #9F010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 90.86%
G = 0.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F010F (or 0x9F010F) is known color: Sangria. HEX triplet: 9F, 01 and 0F. RGB value is (159,1,15). Sum of RGB (Red+Green+Blue) = 159+1+15=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F010F is #60FEF0. Grayscale: #313131. Windows color (decimal): -6356721 or 983455. OLE color: 983455.

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

Color convert

RGB 159 1 15 -
CMYK 0 0.99 0.91 0.38
HSL 354.68º 0.99% 0.31% -
HSV(B) 354.68º 0.99% 0.62% -
XYZ 14.4 7.43 1.13 -
YUV 49.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 159 1 15 0 0.99 0.91 0.38 354.68 0.99 0.31
Hex 9F 1 F 0 63 5B 26 163 63 1F
Octal 237 1 17 0 143 133 46 543 143 37
Binary 10011111 1 1111 0 1100011 1011011 100110 101100011 1100011 11111

Color Harmonies of #9F010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F010F

Black with #9F010F

Text Example


Text Example

White with #9F010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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