#651538

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

Shades of Pompadour #651538

Tints of Pompadour #651538

Color information

#651538 (or 0x651538) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 38. RGB value is (101,21,56). Sum of RGB (Red+Green+Blue) = 101+21+56=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #651538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651538 is #9AEAC7. Grayscale: #303030. Windows color (decimal): -10152648 or 3675493. OLE color: 3675493.

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

Color convert

RGB1012156-
CMYK00.790.450.60
HSL333.75º65.57%23.92%-
HSV(B)333.75º79.21%39.61%-
XYZ6.353.594.1-
YUV48.91132165.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=56.74%
G=11.80%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101215600.790.450.60333.7565.5723.92
Hex65153804F2D3C14e4218
Octal14525700117557451610230
Binary11001011010111100001001111101101111100101001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651538; }

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

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

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

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

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

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

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

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