Html Css Color HEX #9F010D Sangria

📋 copy color: '#9F010D'

red 159 ◦ green 1 ◦ blue 13

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

Shades of Sangria #9F010D

Tints of Sangria #9F010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 91.91%
G = 0.58%
B = 7.51%

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

#9F010D (or 0x9F010D) is known color: Sangria. HEX triplet: 9F, 01 and 0D. RGB value is (159,1,13). Sum of RGB (Red+Green+Blue) = 159+1+13=173 (22% of max value = 765). Red value is 159 (62.5% from 255 or 91.91% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 159 - color contains mainly: red. Hex color #9F010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F010D is #60FEF2. Grayscale: #313131. Windows color (decimal): -6356723 or 852383. OLE color: 852383.

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

Color convert

RGB 159 1 13 -
CMYK 0 0.99 0.92 0.38
HSL 355.44º 0.99% 0.31% -
HSV(B) 355.44º 0.99% 0.62% -
XYZ 14.38 7.42 1.06 -
YUV 49.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 159 1 13 0 0.99 0.92 0.38 355.44 0.99 0.31
Hex 9F 1 D 0 63 5C 26 163 63 1F
Octal 237 1 15 0 143 134 46 543 143 37
Binary 10011111 1 1101 0 1100011 1011100 100110 101100011 1100011 11111

Color Harmonies of #9F010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F010D

Black with #9F010D

Text Example


Text Example

White with #9F010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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