#7A030A

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

Shades of Sangria #7A030A

Tints of Sangria #7A030A

Color information

#7A030A (or 0x7A030A) is unknown color: approx Sangria. HEX triplet: 7A, 03 and 0A. RGB value is (122,3,10). Sum of RGB (Red+Green+Blue) = 122+3+10=135 (17% of max value = 765). Red value is 122 (48.05% from 255 or 90.37% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 122 - color contains mainly: red. Hex color #7A030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A030A is #85FCF5. Grayscale: #272727. Windows color (decimal): -8781046 or 656250. OLE color: 656250.

HSL color Cylindrical-coordinate representation of color #7A030A: hue angle of 356.47º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A030A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB122310-
CMYK00.980.920.52
HSL356.47º95.2%24.51%-
HSV(B)356.47º97.54%47.84%-
XYZ8.114.220.67-
YUV39.38111.42186.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 90.37%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=90.37%
G=2.22%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12231000.980.920.52356.4795.224.51
Hex7A3A0625C341645f19
Octal17231201421346454413731
Binary1111010111010011000101011100110100101100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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