#65184C

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

Shades of Pompadour #65184C

Tints of Pompadour #65184C

Color information

#65184C (or 0x65184C) is unknown color: approx Pompadour. HEX triplet: 65, 18 and 4C. RGB value is (101,24,76). Sum of RGB (Red+Green+Blue) = 101+24+76=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65184C is #9AE7B3. Grayscale: #343434. Windows color (decimal): -10151860 or 4986981. OLE color: 4986981.

HSL color Cylindrical-coordinate representation of color #65184C: hue angle of 319.48º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65184C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1012476-
CMYK00.760.250.60
HSL319.48º61.6%24.51%-
HSV(B)319.48º76.24%39.61%-
XYZ73.947.23-
YUV52.95141.01162.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.25%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=50.25%
G=11.94%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101247600.760.250.60319.4861.624.51
Hex65184C04C193C13f3e19
Octal14530114011431744777631
Binary1100101110001001100010011001100111110010011111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65184C; }

 p { color: rgb(101,24,76); }

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

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

 a { background-color: rgb(101,24,76); }

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

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

 span { border-color: rgb(101,24,76); }

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