Html Css Color HEX #A80609 Sangria

📋 copy color: '#A80609'

red 168 ◦ green 6 ◦ blue 9

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

Shades of Sangria #A80609

Tints of Sangria #A80609

RGB

 RED value IS 168 (66.02% from 255) = 91.8%

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

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

R = 91.8%
G = 3.28%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A80609 (or 0xA80609) is known color: Sangria. HEX triplet: A8, 06 and 09. RGB value is (168,6,9). Sum of RGB (Red+Green+Blue) = 168+6+9=183 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.80% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 168 - color contains mainly: red. Hex color #A80609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80609 is #57F9F6. Grayscale: #363636. Windows color (decimal): -5765623 or 591528. OLE color: 591528.

HSL color Cylindrical-coordinate representation of color #A80609: hue angle of 358.89º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80609 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 6 9 -
CMYK 0 0.96 0.95 0.34
HSL 358.89º 0.93% 0.34% -
HSV(B) 358.89º 0.96% 0.66% -
XYZ 16.26 8.47 1.04 -
YUV 54.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 168 6 9 0 0.96 0.95 0.34 358.89 0.93 0.34
Hex A8 6 9 0 60 5F 22 167 5D 22
Octal 250 6 11 0 140 137 42 547 135 42
Binary 10101000 110 1001 0 1100000 1011111 100010 101100111 1011101 100010

Color Harmonies of #A80609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80609

Black with #A80609

Text Example


Text Example

White with #A80609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80609; }

 p { color: rgb(168,6,9); }

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

background-color css

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

 a { background-color: rgb(168,6,9); }

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

border-color css

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

 span { border-color: rgb(168,6,9); }

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