#7B0C10

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

Shades of Sangria #7B0C10

Tints of Sangria #7B0C10

Color information

#7B0C10 (or 0x7B0C10) is unknown color: approx Sangria. HEX triplet: 7B, 0C and 10. RGB value is (123,12,16). Sum of RGB (Red+Green+Blue) = 123+12+16=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0C10 is #84F3EF. Grayscale: #2D2D2D. Windows color (decimal): -8713200 or 1051771. OLE color: 1051771.

HSL color Cylindrical-coordinate representation of color #7B0C10: hue angle of 357.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C10 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB1231216-
CMYK00.900.870.52
HSL357.84º82.22%26.47%-
HSV(B)357.84º90.24%48.24%-
XYZ8.394.510.92-
YUV45.64111.27183.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 81.46%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=81.46%
G=7.95%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123121600.900.870.52357.8482.2226.47
Hex7BC1005A5734166521a
Octal173142001321276454612232
Binary1111011110010000010110101010111110100101100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,12,16); }

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

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

 a { background-color: rgb(123,12,16); }

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

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

 span { border-color: rgb(123,12,16); }

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