Html Css Color HEX #A7080D Sangria

📋 copy color: '#A7080D'

red 167 ◦ green 8 ◦ blue 13

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

Shades of Sangria #A7080D

Tints of Sangria #A7080D

RGB

 RED value IS 167 (65.63% from 255) = 88.83%

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 88.83%
G = 4.26%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7080D (or 0xA7080D) is known color: Sangria. HEX triplet: A7, 08 and 0D. RGB value is (167,8,13). Sum of RGB (Red+Green+Blue) = 167+8+13=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A7080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7080D is #58F7F2. Grayscale: #383838. Windows color (decimal): -5830643 or 854183. OLE color: 854183.

HSL color Cylindrical-coordinate representation of color #A7080D: hue angle of 358.11º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7080D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 8 13 -
CMYK 0 0.95 0.92 0.35
HSL 358.11º 0.91% 0.34% -
HSV(B) 358.11º 0.95% 0.65% -
XYZ 16.1 8.42 1.16 -
YUV 56.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 167 8 13 0 0.95 0.92 0.35 358.11 0.91 0.34
Hex A7 8 D 0 5F 5C 23 166 5B 22
Octal 247 10 15 0 137 134 43 546 133 42
Binary 10100111 1000 1101 0 1011111 1011100 100011 101100110 1011011 100010

Color Harmonies of #A7080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7080D

Black with #A7080D

Text Example


Text Example

White with #A7080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7080D; }

 p { color: rgb(167,8,13); }

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

background-color css

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

 a { background-color: rgb(167,8,13); }

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

border-color css

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

 span { border-color: rgb(167,8,13); }

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