#75153E

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

Shades of Pompadour #75153E

Tints of Pompadour #75153E

Color information

#75153E (or 0x75153E) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 3E. RGB value is (117,21,62). Sum of RGB (Red+Green+Blue) = 117+21+62=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75153E is #8AEAC1. Grayscale: #363636. Windows color (decimal): -9104066 or 4068725. OLE color: 4068725.

HSL color Cylindrical-coordinate representation of color #75153E: hue angle of 334.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75153E is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1172162-
CMYK00.820.470.54
HSL334.38º69.57%27.06%-
HSV(B)334.38º82.05%45.88%-
XYZ8.474.675.01-
YUV54.38132.3172.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=58.5%
G=10.5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117216200.820.470.54334.3869.5727.06
Hex75153E0522F3614e461b
Octal16525760122576651610633
Binary11101011010111111001010010101111110110101001110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75153E; }

 p { color: rgb(117,21,62); }

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

<style>
 a { background-color: #75153E; }

 a { background-color: rgb(117,21,62); }

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

<style>
 span { border-color: #75153E; }

 span { border-color: rgb(117,21,62); }

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