#7B000A

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

Shades of Sangria #7B000A

Tints of Sangria #7B000A

Color information

#7B000A (or 0x7B000A) is unknown color: approx Sangria. HEX triplet: 7B, 00 and 0A. RGB value is (123,0,10). Sum of RGB (Red+Green+Blue) = 123+0+10=133 (17% of max value = 765). Red value is 123 (48.44% from 255 or 92.48% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 123 - color contains mainly: red. Hex color #7B000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B000A is #84FFF5. Grayscale: #262626. Windows color (decimal): -8716278 or 655483. OLE color: 655483.

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

Color convert

RGB123010-
CMYK010.920.52
HSL355.12º100%24.12%-
HSV(B)355.12º100%48.24%-
XYZ8.224.230.67-
YUV37.92112.25188.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 92.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=92.48%
G=0%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123010010.920.52355.1210024.12
Hex7B0A0645C341636418
Octal17301201441346454314430
Binary111101101010011001001011100110100101100011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,10); }

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

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

 a { background-color: rgb(123,0,10); }

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

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

 span { border-color: rgb(123,0,10); }

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