#65124F

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

Shades of Pompadour #65124F

Tints of Pompadour #65124F

Color information

#65124F (or 0x65124F) is unknown color: approx Pompadour. HEX triplet: 65, 12 and 4F. RGB value is (101,18,79). Sum of RGB (Red+Green+Blue) = 101+18+79=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65124F is #9AEDB0. Grayscale: #313131. Windows color (decimal): -10153393 or 5182053. OLE color: 5182053.

HSL color Cylindrical-coordinate representation of color #65124F: hue angle of 315.9º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65124F is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1011879-
CMYK00.820.220.60
HSL315.9º69.75%23.33%-
HSV(B)315.9º82.18%39.61%-
XYZ6.993.767.75-
YUV49.77144.5164.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=51.01%
G=9.09%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101187900.820.220.60315.969.7523.33
Hex65124F052163C13c4617
Octal145221170122267447410627
Binary11001011001010011110101001010110111100100111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65124F; }

 p { color: rgb(101,18,79); }

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

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

 a { background-color: rgb(101,18,79); }

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

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

 span { border-color: rgb(101,18,79); }

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