#751B4B

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

Shades of Pompadour #751B4B

Tints of Pompadour #751B4B

Color information

#751B4B (or 0x751B4B) is unknown color: approx Pompadour. HEX triplet: 75, 1B and 4B. RGB value is (117,27,75). Sum of RGB (Red+Green+Blue) = 117+27+75=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #751B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B4B is #8AE4B4. Grayscale: #3B3B3B. Windows color (decimal): -9102517 or 4922229. OLE color: 4922229.

HSL color Cylindrical-coordinate representation of color #751B4B: hue angle of 328º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B4B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1172775-
CMYK00.770.360.54
HSL328º62.5%28.24%-
HSV(B)328º76.92%45.88%-
XYZ95.077.16-
YUV59.38136.82169.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 27 (10.94% from 255) = 12.33%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=53.42%
G=12.33%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117277500.770.360.5432862.528.24
Hex751B4B04D24361483e1c
Octal16533113011544665107634
Binary11101011101110010110100110110010011011010100100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751B4B; }

 p { color: rgb(117,27,75); }

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

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

 a { background-color: rgb(117,27,75); }

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

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

 span { border-color: rgb(117,27,75); }

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