#7A0009

Color #7A0009 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #7A0009

Tints of Sangria #7A0009

Color information

#7A0009 (or 0x7A0009) is unknown color: approx Sangria. HEX triplet: 7A, 00 and 09. RGB value is (122,0,9). Sum of RGB (Red+Green+Blue) = 122+0+9=131 (17% of max value = 765). Red value is 122 (48.05% from 255 or 93.13% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0009 is #85FFF6. Grayscale: #252525. Windows color (decimal): -8781815 or 589946. OLE color: 589946.

HSL color Cylindrical-coordinate representation of color #7A0009: hue angle of 355.57º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0009 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB12209-
CMYK010.930.52
HSL355.57º100%23.92%-
HSV(B)355.57º100%47.84%-
XYZ8.084.160.64-
YUV37.5111.92188.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 93.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=93.13%
G=0%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12209010.930.52355.5710023.92
Hex7A090645D341646418
Octal17201101441356454414430
Binary111101001001011001001011101110100101100100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0009; }

 p { color: rgb(122,0,9); }

 H1.HeaderClassName
 {
   color: #7A0009;
 }
 .AnyTagClassName
 {
   color: #7A0009;
 }
</style>
background-color css

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

 a { background-color: rgb(122,0,9); }

 div.DivClassName
 {
   background-color: #7A0009;
 }
 .BgClassName
 {
   background-color: #7A0009;
 }
</style>
border-color css

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

 span { border-color: rgb(122,0,9); }

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