Html Css Color HEX #A70609 Sangria

📋 copy color: '#A70609'

red 167 ◦ green 6 ◦ blue 9

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

Shades of Sangria #A70609

Tints of Sangria #A70609

RGB

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

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

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

R = 91.76%
G = 3.3%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A70609 (or 0xA70609) is known color: Sangria. HEX triplet: A7, 06 and 09. RGB value is (167,6,9). Sum of RGB (Red+Green+Blue) = 167+6+9=182 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.76% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 167 - color contains mainly: red. Hex color #A70609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70609 is #58F9F6. Grayscale: #363636. Windows color (decimal): -5831159 or 591527. OLE color: 591527.

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

Color convert

RGB 167 6 9 -
CMYK 0 0.96 0.95 0.35
HSL 358.88º 0.93% 0.34% -
HSV(B) 358.88º 0.96% 0.65% -
XYZ 16.05 8.37 1.03 -
YUV 54.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 167 6 9 0 0.96 0.95 0.35 358.88 0.93 0.34
Hex A7 6 9 0 60 5F 23 167 5D 22
Octal 247 6 11 0 140 137 43 547 135 42
Binary 10100111 110 1001 0 1100000 1011111 100011 101100111 1011101 100010

Color Harmonies of #A70609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70609

Black with #A70609

Text Example


Text Example

White with #A70609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70609; }

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

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

background-color css

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

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

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

border-color css

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

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

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