#751b3e

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

Shades of Pompadour #751B3E

Tints of Pompadour #751B3E

Color information

#751B3E (or 0x751B3E) is unknown color: approx Pompadour. HEX triplet: 75, 1B and 3E. RGB value is (117,27,62). Sum of RGB (Red+Green+Blue) = 117+27+62=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B3E is #8AE4C1. Grayscale: #393939. Windows color (decimal): -9102530 or 4070261. OLE color: 4070261.

HSL color Cylindrical-coordinate representation of color #751B3E: hue angle of 336.67º 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 #751B3E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1172762-
CMYK00.770.470.54
HSL336.67º62.5%28.24%-
HSV(B)336.67º76.92%45.88%-
XYZ8.64.915.05-
YUV57.9130.32170.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=56.80%
G=13.11%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117276200.770.470.54336.6762.528.24
Hex751B3E04D2F361513e1c
Octal1653376011557665217634
Binary1110101110111111100100110110111111011010101000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751b3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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