Html Css Color HEX #9F050B Sangria

📋 copy color: '#9F050B'

red 159 ◦ green 5 ◦ blue 11

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

Shades of Sangria #9F050B

Tints of Sangria #9F050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 90.86%
G = 2.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F050B (or 0x9F050B) is known color: Sangria. HEX triplet: 9F, 05 and 0B. RGB value is (159,5,11). Sum of RGB (Red+Green+Blue) = 159+5+11=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F050B is #60FAF4. Grayscale: #333333. Windows color (decimal): -6355701 or 722335. OLE color: 722335.

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

Color convert

RGB 159 5 11 -
CMYK 0 0.97 0.93 0.38
HSL 357.66º 0.94% 0.32% -
HSV(B) 357.66º 0.97% 0.62% -
XYZ 14.41 7.5 1.01 -
YUV 51.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 159 5 11 0 0.97 0.93 0.38 357.66 0.94 0.32
Hex 9F 5 B 0 61 5D 26 166 5E 20
Octal 237 5 13 0 141 135 46 546 136 40
Binary 10011111 101 1011 0 1100001 1011101 100110 101100110 1011110 100000

Color Harmonies of #9F050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F050B

Black with #9F050B

Text Example


Text Example

White with #9F050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,11); }

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

background-color css

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

 a { background-color: rgb(159,5,11); }

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

border-color css

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

 span { border-color: rgb(159,5,11); }

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