Html Css Color HEX #9F080C Sangria

📋 copy color: '#9F080C'

red 159 ◦ green 8 ◦ blue 12

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

Shades of Sangria #9F080C

Tints of Sangria #9F080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 88.83%
G = 4.47%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F080C (or 0x9F080C) is known color: Sangria. HEX triplet: 9F, 08 and 0C. RGB value is (159,8,12). Sum of RGB (Red+Green+Blue) = 159+8+12=179 (23% of max value = 765). Red value is 159 (62.5% from 255 or 88.83% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 159 - color contains mainly: red. Hex color #9F080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F080C is #60F7F3. Grayscale: #353535. Windows color (decimal): -6354932 or 788639. OLE color: 788639.

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

Color convert

RGB 159 8 12 -
CMYK 0 0.95 0.92 0.38
HSL 358.41º 0.9% 0.33% -
HSV(B) 358.41º 0.95% 0.62% -
XYZ 14.45 7.57 1.05 -
YUV 53.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 159 8 12 0 0.95 0.92 0.38 358.41 0.9 0.33
Hex 9F 8 C 0 5F 5C 26 166 5A 21
Octal 237 10 14 0 137 134 46 546 132 41
Binary 10011111 1000 1100 0 1011111 1011100 100110 101100110 1011010 100001

Color Harmonies of #9F080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F080C

Black with #9F080C

Text Example


Text Example

White with #9F080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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