#7B0D3F

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

Shades of Pompadour #7B0D3F

Tints of Pompadour #7B0D3F

Color information

#7B0D3F (or 0x7B0D3F) is unknown color: approx Pompadour. HEX triplet: 7B, 0D and 3F. RGB value is (123,13,63). Sum of RGB (Red+Green+Blue) = 123+13+63=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0D3F is #84F2C0. Grayscale: #333333. Windows color (decimal): -8712897 or 4132219. OLE color: 4132219.

HSL color Cylindrical-coordinate representation of color #7B0D3F: hue angle of 332.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D3F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1231363-
CMYK00.890.490.52
HSL332.73º80.88%26.67%-
HSV(B)332.73º89.43%48.24%-
XYZ9.214.865.15-
YUV51.59134.44178.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.81%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 63 (25% from 255) = 31.66%
R=61.81%
G=6.53%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123136300.890.490.52332.7380.8826.67
Hex7BD3F059313414d511b
Octal17315770131616451512133
Binary1111011110111111101011001110001110100101001101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,13,63); }

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

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

 a { background-color: rgb(123,13,63); }

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

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

 span { border-color: rgb(123,13,63); }

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