#7B0108

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

Shades of Sangria #7B0108

Tints of Sangria #7B0108

Color information

#7B0108 (or 0x7B0108) is unknown color: approx Sangria. HEX triplet: 7B, 01 and 08. RGB value is (123,1,8). Sum of RGB (Red+Green+Blue) = 123+1+8=132 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.18% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0108 is #84FEF7. Grayscale: #262626. Windows color (decimal): -8716024 or 524667. OLE color: 524667.

HSL color Cylindrical-coordinate representation of color #7B0108: hue angle of 356.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0108 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB12318-
CMYK00.990.930.52
HSL356.56º98.39%24.31%-
HSV(B)356.56º99.19%48.24%-
XYZ8.224.250.62-
YUV38.28110.92188.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 93.18%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=93.18%
G=0.76%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231800.990.930.52356.5698.3924.31
Hex7B180635D341656218
Octal17311001431356454514230
Binary111101111000011000111011101110100101100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,1,8); }

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

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

 a { background-color: rgb(123,1,8); }

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

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

 span { border-color: rgb(123,1,8); }

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