Html Css Color HEX #A10709 Sangria

📋 copy color: '#A10709'

red 161 ◦ green 7 ◦ blue 9

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

Shades of Sangria #A10709

Tints of Sangria #A10709

RGB

 RED value IS 161 (63.28% from 255) = 90.96%

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

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

R = 90.96%
G = 3.95%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A10709 (or 0xA10709) is known color: Sangria. HEX triplet: A1, 07 and 09. RGB value is (161,7,9). Sum of RGB (Red+Green+Blue) = 161+7+9=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A10709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10709 is #5EF8F6. Grayscale: #353535. Windows color (decimal): -6224119 or 591777. OLE color: 591777.

HSL color Cylindrical-coordinate representation of color #A10709: hue angle of 359.22º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10709 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 9 -
CMYK 0 0.96 0.94 0.37
HSL 359.22º 0.92% 0.33% -
HSV(B) 359.22º 0.96% 0.63% -
XYZ 14.82 7.75 0.97 -
YUV 53.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 161 7 9 0 0.96 0.94 0.37 359.22 0.92 0.33
Hex A1 7 9 0 60 5E 25 167 5C 21
Octal 241 7 11 0 140 136 45 547 134 41
Binary 10100001 111 1001 0 1100000 1011110 100101 101100111 1011100 100001

Color Harmonies of #A10709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10709

Black with #A10709

Text Example


Text Example

White with #A10709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10709; }

 p { color: rgb(161,7,9); }

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

background-color css

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

 a { background-color: rgb(161,7,9); }

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

border-color css

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

 span { border-color: rgb(161,7,9); }

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