Html Css Color HEX #9F050A Sangria

📋 copy color: '#9F050A'

red 159 ◦ green 5 ◦ blue 10

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

Shades of Sangria #9F050A

Tints of Sangria #9F050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 91.38%
G = 2.87%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F050A (or 0x9F050A) is known color: Sangria. HEX triplet: 9F, 05 and 0A. RGB value is (159,5,10). Sum of RGB (Red+Green+Blue) = 159+5+10=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F050A is #60FAF5. Grayscale: #333333. Windows color (decimal): -6355702 or 656799. OLE color: 656799.

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

Color convert

RGB 159 5 10 -
CMYK 0 0.97 0.94 0.38
HSL 358.05º 0.94% 0.32% -
HSV(B) 358.05º 0.97% 0.62% -
XYZ 14.41 7.5 0.98 -
YUV 51.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 159 5 10 0 0.97 0.94 0.38 358.05 0.94 0.32
Hex 9F 5 A 0 61 5E 26 166 5E 20
Octal 237 5 12 0 141 136 46 546 136 40
Binary 10011111 101 1010 0 1100001 1011110 100110 101100110 1011110 100000

Color Harmonies of #9F050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F050A

Black with #9F050A

Text Example


Text Example

White with #9F050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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