Html Css Color HEX #9F060A Sangria

📋 copy color: '#9F060A'

red 159 ◦ green 6 ◦ blue 10

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

Shades of Sangria #9F060A

Tints of Sangria #9F060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 90.86%
G = 3.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F060A (or 0x9F060A) is known color: Sangria. HEX triplet: 9F, 06 and 0A. RGB value is (159,6,10). Sum of RGB (Red+Green+Blue) = 159+6+10=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F060A is #60F9F5. Grayscale: #343434. Windows color (decimal): -6355446 or 657055. OLE color: 657055.

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

Color convert

RGB 159 6 10 -
CMYK 0 0.96 0.94 0.38
HSL 358.43º 0.93% 0.32% -
HSV(B) 358.43º 0.96% 0.62% -
XYZ 14.42 7.52 0.98 -
YUV 52.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 159 6 10 0 0.96 0.94 0.38 358.43 0.93 0.32
Hex 9F 6 A 0 60 5E 26 166 5D 20
Octal 237 6 12 0 140 136 46 546 135 40
Binary 10011111 110 1010 0 1100000 1011110 100110 101100110 1011101 100000

Color Harmonies of #9F060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F060A

Black with #9F060A

Text Example


Text Example

White with #9F060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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