Html Css Color HEX #A80608 Sangria

📋 copy color: '#A80608'

red 168 ◦ green 6 ◦ blue 8

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

Shades of Sangria #A80608

Tints of Sangria #A80608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 92.31%
G = 3.3%
B = 4.4%

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

#A80608 (or 0xA80608) is known color: Sangria. HEX triplet: A8, 06 and 08. RGB value is (168,6,8). Sum of RGB (Red+Green+Blue) = 168+6+8=182 (24% of max value = 765). Red value is 168 (66.02% from 255 or 92.31% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 168 - color contains mainly: red. Hex color #A80608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80608 is #57F9F7. Grayscale: #363636. Windows color (decimal): -5765624 or 525992. OLE color: 525992.

HSL color Cylindrical-coordinate representation of color #A80608: hue angle of 359.26º 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 #A80608 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 6 8 -
CMYK 0 0.96 0.95 0.34
HSL 359.26º 0.93% 0.34% -
HSV(B) 359.26º 0.96% 0.66% -
XYZ 16.26 8.47 1.01 -
YUV 54.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 168 6 8 0 0.96 0.95 0.34 359.26 0.93 0.34
Hex A8 6 8 0 60 5F 22 167 5D 22
Octal 250 6 10 0 140 137 42 547 135 42
Binary 10101000 110 1000 0 1100000 1011111 100010 101100111 1011101 100010

Color Harmonies of #A80608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80608

Black with #A80608

Text Example


Text Example

White with #A80608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80608; }

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

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

background-color css

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

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

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

border-color css

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

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

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