#7B0405

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

Shades of Sangria #7B0405

Tints of Sangria #7B0405

Color information

#7B0405 (or 0x7B0405) is unknown color: approx Sangria. HEX triplet: 7B, 04 and 05. RGB value is (123,4,5). Sum of RGB (Red+Green+Blue) = 123+4+5=132 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.18% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0405 is #84FBFA. Grayscale: #272727. Windows color (decimal): -8715259 or 328827. OLE color: 328827.

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

Color convert

RGB12345-
CMYK00.970.960.52
HSL359.5º93.7%24.9%-
HSV(B)359.5º96.75%48.24%-
XYZ8.244.310.54-
YUV39.7108.42187.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 93.18%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=93.18%
G=3.03%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234500.970.960.52359.593.724.9
Hex7B4506160341675e19
Octal1734501411406454713631
Binary1111011100101011000011100000110100101100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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