#651535

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

Shades of Pompadour #651535

Tints of Pompadour #651535

Color information

#651535 (or 0x651535) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 35. RGB value is (101,21,53). Sum of RGB (Red+Green+Blue) = 101+21+53=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #651535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651535 is #9AEACA. Grayscale: #303030. Windows color (decimal): -10152651 or 3478885. OLE color: 3478885.

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

Color convert

RGB1012153-
CMYK00.790.480.60
HSL336º65.57%23.92%-
HSV(B)336º79.21%39.61%-
XYZ6.283.563.72-
YUV48.57130.5165.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.71%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=57.71%
G=12%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101215300.790.480.6033665.5723.92
Hex65153504F303C1504218
Octal14525650117607452010230
Binary11001011010111010101001111110000111100101010000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651535; }

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

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

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

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

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

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

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

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