Html Css Color HEX #A90109 Sangria

📋 copy color: '#A90109'

red 169 ◦ green 1 ◦ blue 9

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

Shades of Sangria #A90109

Tints of Sangria #A90109

RGB

 RED value IS 169 (66.41% from 255) = 94.41%

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 94.41%
G = 0.56%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A90109 (or 0xA90109) is known color: Sangria. HEX triplet: A9, 01 and 09. RGB value is (169,1,9). Sum of RGB (Red+Green+Blue) = 169+1+9=179 (23% of max value = 765). Red value is 169 (66.41% from 255 or 94.41% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 169 - color contains mainly: red. Hex color #A90109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90109 is #56FEF6. Grayscale: #343434. Windows color (decimal): -5701367 or 590249. OLE color: 590249.

HSL color Cylindrical-coordinate representation of color #A90109: hue angle of 357.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90109 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 9 -
CMYK 0 0.99 0.95 0.34
HSL 357.14º 0.99% 0.33% -
HSV(B) 357.14º 0.99% 0.66% -
XYZ 16.42 8.48 1.03 -
YUV 52.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 169 1 9 0 0.99 0.95 0.34 357.14 0.99 0.33
Hex A9 1 9 0 63 5F 22 165 63 21
Octal 251 1 11 0 143 137 42 545 143 41
Binary 10101001 1 1001 0 1100011 1011111 100010 101100101 1100011 100001

Color Harmonies of #A90109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90109

Black with #A90109

Text Example


Text Example

White with #A90109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90109; }

 p { color: rgb(169,1,9); }

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

background-color css

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

 a { background-color: rgb(169,1,9); }

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

border-color css

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

 span { border-color: rgb(169,1,9); }

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