#7B020B

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

Shades of Sangria #7B020B

Tints of Sangria #7B020B

Color information

#7B020B (or 0x7B020B) is unknown color: approx Sangria. HEX triplet: 7B, 02 and 0B. RGB value is (123,2,11). Sum of RGB (Red+Green+Blue) = 123+2+11=136 (18% of max value = 765). Red value is 123 (48.44% from 255 or 90.44% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 123 - color contains mainly: red. Hex color #7B020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B020B is #84FDF4. Grayscale: #272727. Windows color (decimal): -8715765 or 721531. OLE color: 721531.

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

Color convert

RGB123211-
CMYK00.980.910.52
HSL355.54º96.8%24.51%-
HSV(B)355.54º98.37%48.24%-
XYZ8.254.280.71-
YUV39.2112.09187.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 90.44%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=90.44%
G=1.47%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12321100.980.910.52355.5496.824.51
Hex7B2B0625B341646119
Octal17321301421336454414131
Binary1111011101011011000101011011110100101100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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