#7B020A

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

Shades of Sangria #7B020A

Tints of Sangria #7B020A

Color information

#7B020A (or 0x7B020A) is unknown color: approx Sangria. HEX triplet: 7B, 02 and 0A. RGB value is (123,2,10). Sum of RGB (Red+Green+Blue) = 123+2+10=135 (17% of max value = 765). Red value is 123 (48.44% from 255 or 91.11% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 123 - color contains mainly: red. Hex color #7B020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B020A is #84FDF5. Grayscale: #272727. Windows color (decimal): -8715766 or 655995. OLE color: 655995.

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

Color convert

RGB123210-
CMYK00.980.920.52
HSL356.03º96.8%24.51%-
HSV(B)356.03º98.37%48.24%-
XYZ8.244.280.68-
YUV39.09111.59187.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 91.11%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=91.11%
G=1.48%
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
Decimal12321000.980.920.52356.0396.824.51
Hex7B2A0625C341646119
Octal17321201421346454414131
Binary1111011101010011000101011100110100101100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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