Html Css Color HEX #A80708 Sangria

📋 copy color: '#A80708'

red 168 ◦ green 7 ◦ blue 8

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

Shades of Sangria #A80708

Tints of Sangria #A80708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

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

R = 91.8%
G = 3.83%
B = 4.37%

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

#A80708 (or 0xA80708) is known color: Sangria. HEX triplet: A8, 07 and 08. RGB value is (168,7,8). Sum of RGB (Red+Green+Blue) = 168+7+8=183 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.80% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 168 - color contains mainly: red. Hex color #A80708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80708 is #57F8F7. Grayscale: #373737. Windows color (decimal): -5765368 or 526248. OLE color: 526248.

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

Color convert

RGB 168 7 8 -
CMYK 0 0.96 0.95 0.34
HSL 359.63º 0.92% 0.34% -
HSV(B) 359.63º 0.96% 0.66% -
XYZ 16.27 8.49 1.01 -
YUV 55.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 168 7 8 0 0.96 0.95 0.34 359.63 0.92 0.34
Hex A8 7 8 0 60 5F 22 168 5C 22
Octal 250 7 10 0 140 137 42 550 134 42
Binary 10101000 111 1000 0 1100000 1011111 100010 101101000 1011100 100010

Color Harmonies of #A80708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80708

Black with #A80708

Text Example


Text Example

White with #A80708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80708; }

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

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

background-color css

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

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

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

border-color css

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

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

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