#7A000A

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

Shades of Sangria #7A000A

Tints of Sangria #7A000A

Color information

#7A000A (or 0x7A000A) is unknown color: approx Sangria. HEX triplet: 7A, 00 and 0A. RGB value is (122,0,10). Sum of RGB (Red+Green+Blue) = 122+0+10=132 (17% of max value = 765). Red value is 122 (48.05% from 255 or 92.42% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 122 - color contains mainly: red. Hex color #7A000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A000A is #85FFF5. Grayscale: #252525. Windows color (decimal): -8781814 or 655482. OLE color: 655482.

HSL color Cylindrical-coordinate representation of color #7A000A: hue angle of 355.08º 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 #7A000A is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB122010-
CMYK010.920.52
HSL355.08º100%23.92%-
HSV(B)355.08º100%47.84%-
XYZ8.084.160.66-
YUV37.62112.42188.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 92.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=92.42%
G=0%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122010010.920.52355.0810023.92
Hex7A0A0645C341636418
Octal17201201441346454314430
Binary111101001010011001001011100110100101100011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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