Html Css Color HEX #9F080E Sangria

📋 copy color: '#9F080E'

red 159 ◦ green 8 ◦ blue 14

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

Shades of Sangria #9F080E

Tints of Sangria #9F080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 87.85%
G = 4.42%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F080E (or 0x9F080E) is known color: Sangria. HEX triplet: 9F, 08 and 0E. RGB value is (159,8,14). Sum of RGB (Red+Green+Blue) = 159+8+14=181 (23% of max value = 765). Red value is 159 (62.5% from 255 or 87.85% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 159 - color contains mainly: red. Hex color #9F080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F080E is #60F7F1. Grayscale: #353535. Windows color (decimal): -6354930 or 919711. OLE color: 919711.

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

Color convert

RGB 159 8 14 -
CMYK 0 0.95 0.91 0.38
HSL 357.62º 0.9% 0.33% -
HSV(B) 357.62º 0.95% 0.62% -
XYZ 14.46 7.58 1.12 -
YUV 53.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 159 8 14 0 0.95 0.91 0.38 357.62 0.9 0.33
Hex 9F 8 E 0 5F 5B 26 166 5A 21
Octal 237 10 16 0 137 133 46 546 132 41
Binary 10011111 1000 1110 0 1011111 1011011 100110 101100110 1011010 100001

Color Harmonies of #9F080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F080E

Black with #9F080E

Text Example


Text Example

White with #9F080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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