Html Css Color HEX #9F0A0F Sangria

📋 copy color: '#9F0A0F'

red 159 ◦ green 10 ◦ blue 15

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

Shades of Sangria #9F0A0F

Tints of Sangria #9F0A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

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

R = 86.41%
G = 5.43%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F0A0F (or 0x9F0A0F) is known color: Sangria. HEX triplet: 9F, 0A and 0F. RGB value is (159,10,15). Sum of RGB (Red+Green+Blue) = 159+10+15=184 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.41% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0A0F is #60F5F0. Grayscale: #373737. Windows color (decimal): -6354417 or 985759. OLE color: 985759.

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

Color convert

RGB 159 10 15 -
CMYK 0 0.94 0.91 0.38
HSL 357.99º 0.88% 0.33% -
HSV(B) 357.99º 0.94% 0.62% -
XYZ 14.49 7.62 1.16 -
YUV 55.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 159 10 15 0 0.94 0.91 0.38 357.99 0.88 0.33
Hex 9F A F 0 5E 5B 26 166 58 21
Octal 237 12 17 0 136 133 46 546 130 41
Binary 10011111 1010 1111 0 1011110 1011011 100110 101100110 1011000 100001

Color Harmonies of #9F0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A0F

Black with #9F0A0F

Text Example


Text Example

White with #9F0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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