#7B040A

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

Shades of Sangria #7B040A

Tints of Sangria #7B040A

Color information

#7B040A (or 0x7B040A) is unknown color: approx Sangria. HEX triplet: 7B, 04 and 0A. RGB value is (123,4,10). Sum of RGB (Red+Green+Blue) = 123+4+10=137 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.78% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 123 - color contains mainly: red. Hex color #7B040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B040A is #84FBF5. Grayscale: #282828. Windows color (decimal): -8715254 or 656507. OLE color: 656507.

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

Color convert

RGB123410-
CMYK00.970.920.52
HSL356.97º93.7%24.9%-
HSV(B)356.97º96.75%48.24%-
XYZ8.274.320.69-
YUV40.26110.92187.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 89.78%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=89.78%
G=2.92%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12341000.970.920.52356.9793.724.9
Hex7B4A0615C341655e19
Octal17341201411346454513631
Binary11110111001010011000011011100110100101100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,4,10); }

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

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

 a { background-color: rgb(123,4,10); }

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

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

 span { border-color: rgb(123,4,10); }

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