Html Css Color HEX #9F0507 Sangria

📋 copy color: '#9F0507'

red 159 ◦ green 5 ◦ blue 7

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

Shades of Sangria #9F0507

Tints of Sangria #9F0507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 92.98%
G = 2.92%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F0507 (or 0x9F0507) is known color: Sangria. HEX triplet: 9F, 05 and 07. RGB value is (159,5,7). Sum of RGB (Red+Green+Blue) = 159+5+7=171 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.98% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0507 is #60FAF8. Grayscale: #333333. Windows color (decimal): -6355705 or 460191. OLE color: 460191.

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

Color convert

RGB 159 5 7 -
CMYK 0 0.97 0.96 0.38
HSL 359.22º 0.94% 0.32% -
HSV(B) 359.22º 0.97% 0.62% -
XYZ 14.39 7.49 0.89 -
YUV 51.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 159 5 7 0 0.97 0.96 0.38 359.22 0.94 0.32
Hex 9F 5 7 0 61 60 26 167 5E 20
Octal 237 5 7 0 141 140 46 547 136 40
Binary 10011111 101 111 0 1100001 1100000 100110 101100111 1011110 100000

Color Harmonies of #9F0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0507

Black with #9F0507

Text Example


Text Example

White with #9F0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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