#7B0409

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

Shades of Sangria #7B0409

Tints of Sangria #7B0409

Color information

#7B0409 (or 0x7B0409) is unknown color: approx Sangria. HEX triplet: 7B, 04 and 09. RGB value is (123,4,9). Sum of RGB (Red+Green+Blue) = 123+4+9=136 (18% of max value = 765). Red value is 123 (48.44% from 255 or 90.44% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0409 is #84FBF6. Grayscale: #282828. Windows color (decimal): -8715255 or 590971. OLE color: 590971.

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

Color convert

RGB12349-
CMYK00.970.930.52
HSL357.48º93.7%24.9%-
HSV(B)357.48º96.75%48.24%-
XYZ8.264.320.66-
YUV40.15110.42187.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 90.44%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=90.44%
G=2.94%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234900.970.930.52357.4893.724.9
Hex7B490615D341655e19
Octal17341101411356454513631
Binary11110111001001011000011011101110100101100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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