#751243

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

Shades of Pompadour #751243

Tints of Pompadour #751243

Color information

#751243 (or 0x751243) is unknown color: approx Pompadour. HEX triplet: 75, 12 and 43. RGB value is (117,18,67). Sum of RGB (Red+Green+Blue) = 117+18+67=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #751243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751243 is #8AEDBC. Grayscale: #353535. Windows color (decimal): -9104829 or 4395637. OLE color: 4395637.

HSL color Cylindrical-coordinate representation of color #751243: hue angle of 330.3º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751243 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1171867-
CMYK00.850.430.54
HSL330.3º73.33%26.47%-
HSV(B)330.3º84.62%45.88%-
XYZ8.574.625.75-
YUV53.19135.8173.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=57.92%
G=8.91%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117186700.850.430.54330.373.3326.47
Hex7512430552B3614a491a
Octal165221030125536651211132
Binary111010110010100001101010101101011110110101001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751243; }

 p { color: rgb(117,18,67); }

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

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

 a { background-color: rgb(117,18,67); }

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

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

 span { border-color: rgb(117,18,67); }

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