Html Css Color HEX #9A0809 Sangria

📋 copy color: '#9A0809'

red 154 ◦ green 8 ◦ blue 9

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

Shades of Sangria #9A0809

Tints of Sangria #9A0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 90.06%
G = 4.68%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A0809 (or 0x9A0809) is known color: Sangria. HEX triplet: 9A, 08 and 09. RGB value is (154,8,9). Sum of RGB (Red+Green+Blue) = 154+8+9=171 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.06% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0809 is #65F7F6. Grayscale: #333333. Windows color (decimal): -6682615 or 592026. OLE color: 592026.

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

Color convert

RGB 154 8 9 -
CMYK 0 0.95 0.94 0.40
HSL 359.59º 0.9% 0.32% -
HSV(B) 359.59º 0.95% 0.6% -
XYZ 13.46 7.06 0.91 -
YUV 51.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 154 8 9 0 0.95 0.94 0.40 359.59 0.9 0.32
Hex 9A 8 9 0 5F 5E 28 168 5A 20
Octal 232 10 11 0 137 136 50 550 132 40
Binary 10011010 1000 1001 0 1011111 1011110 101000 101101000 1011010 100000

Color Harmonies of #9A0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0809

Black with #9A0809

Text Example


Text Example

White with #9A0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,8,9); }

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

background-color css

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

 a { background-color: rgb(154,8,9); }

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

border-color css

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

 span { border-color: rgb(154,8,9); }

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