#651544

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

Shades of Pompadour #651544

Tints of Pompadour #651544

Color information

#651544 (or 0x651544) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 44. RGB value is (101,21,68). Sum of RGB (Red+Green+Blue) = 101+21+68=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651544 is #9AEABB. Grayscale: #323232. Windows color (decimal): -10152636 or 4461925. OLE color: 4461925.

HSL color Cylindrical-coordinate representation of color #651544: hue angle of 324.75º 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 #651544 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB1012168-
CMYK00.790.330.60
HSL324.75º65.57%23.92%-
HSV(B)324.75º79.21%39.61%-
XYZ6.683.725.83-
YUV50.28138164.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=53.16%
G=11.05%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101216800.790.330.60324.7565.5723.92
Hex65154404F213C1454218
Octal145251040117417450510230
Binary110010110101100010001001111100001111100101000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651544; }

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

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

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

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

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

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

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

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