Html Css Color HEX #9A0506 Sangria

📋 copy color: '#9A0506'

red 154 ◦ green 5 ◦ blue 6

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

Shades of Sangria #9A0506

Tints of Sangria #9A0506

RGB

 RED value IS 154 (60.55% from 255) = 93.33%

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

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 93.33%
G = 3.03%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#9A0506 (or 0x9A0506) is known color: Sangria. HEX triplet: 9A, 05 and 06. RGB value is (154,5,6). Sum of RGB (Red+Green+Blue) = 154+5+6=165 (21% of max value = 765). Red value is 154 (60.55% from 255 or 93.33% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0506 is #65FAF9. Grayscale: #313131. Windows color (decimal): -6683386 or 394650. OLE color: 394650.

HSL color Cylindrical-coordinate representation of color #9A0506: hue angle of 359.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0506 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 5 6 -
CMYK 0 0.97 0.96 0.40
HSL 359.6º 0.94% 0.31% -
HSV(B) 359.6º 0.97% 0.6% -
XYZ 13.41 6.99 0.81 -
YUV 49.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 154 5 6 0 0.97 0.96 0.40 359.6 0.94 0.31
Hex 9A 5 6 0 61 60 28 168 5E 1F
Octal 232 5 6 0 141 140 50 550 136 37
Binary 10011010 101 110 0 1100001 1100000 101000 101101000 1011110 11111

Color Harmonies of #9A0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0506

Black with #9A0506

Text Example


Text Example

White with #9A0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,5,6); }

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

background-color css

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

 a { background-color: rgb(154,5,6); }

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

border-color css

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

 span { border-color: rgb(154,5,6); }

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