#65153E

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

Shades of Pompadour #65153E

Tints of Pompadour #65153E

Color information

#65153E (or 0x65153E) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 3E. RGB value is (101,21,62). Sum of RGB (Red+Green+Blue) = 101+21+62=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65153E is #9AEAC1. Grayscale: #313131. Windows color (decimal): -10152642 or 4068709. OLE color: 4068709.

HSL color Cylindrical-coordinate representation of color #65153E: hue angle of 329.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65153E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1012162-
CMYK00.790.390.60
HSL329.25º65.57%23.92%-
HSV(B)329.25º79.21%39.61%-
XYZ6.53.654.92-
YUV49.59135164.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.89%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=54.89%
G=11.41%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101216200.790.390.60329.2565.5723.92
Hex65153E04F273C1494218
Octal14525760117477451110230
Binary11001011010111111001001111100111111100101001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65153E; }

 p { color: rgb(101,21,62); }

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

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

 a { background-color: rgb(101,21,62); }

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

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

 span { border-color: rgb(101,21,62); }

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