Html Css Color HEX #9F050D Sangria

📋 copy color: '#9F050D'

red 159 ◦ green 5 ◦ blue 13

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

Shades of Sangria #9F050D

Tints of Sangria #9F050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 89.83%
G = 2.82%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F050D (or 0x9F050D) is known color: Sangria. HEX triplet: 9F, 05 and 0D. RGB value is (159,5,13). Sum of RGB (Red+Green+Blue) = 159+5+13=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F050D is #60FAF2. Grayscale: #343434. Windows color (decimal): -6355699 or 853407. OLE color: 853407.

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

Color convert

RGB 159 5 13 -
CMYK 0 0.97 0.92 0.38
HSL 356.88º 0.94% 0.32% -
HSV(B) 356.88º 0.97% 0.62% -
XYZ 14.42 7.51 1.07 -
YUV 51.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 159 5 13 0 0.97 0.92 0.38 356.88 0.94 0.32
Hex 9F 5 D 0 61 5C 26 165 5E 20
Octal 237 5 15 0 141 134 46 545 136 40
Binary 10011111 101 1101 0 1100001 1011100 100110 101100101 1011110 100000

Color Harmonies of #9F050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F050D

Black with #9F050D

Text Example


Text Example

White with #9F050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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