#7B1D3F

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

Shades of Pompadour #7B1D3F

Tints of Pompadour #7B1D3F

Color information

#7B1D3F (or 0x7B1D3F) is unknown color: approx Pompadour. HEX triplet: 7B, 1D and 3F. RGB value is (123,29,63). Sum of RGB (Red+Green+Blue) = 123+29+63=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1D3F is #84E2C0. Grayscale: #3C3C3C. Windows color (decimal): -8708801 or 4136315. OLE color: 4136315.

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

Color convert

RGB1232963-
CMYK00.760.490.52
HSL338.3º61.84%29.8%-
HSV(B)338.3º76.42%48.24%-
XYZ9.55.455.25-
YUV60.98129.14172.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.21%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 63 (25% from 255) = 29.30%
R=57.21%
G=13.49%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123296300.760.490.52338.361.8429.8
Hex7B1D3F04C31341523e1e
Octal1733577011461645227636
Binary1111011111011111110100110011000111010010101001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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