#651237

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

Shades of Pompadour #651237

Tints of Pompadour #651237

Color information

#651237 (or 0x651237) is unknown color: approx Pompadour. HEX triplet: 65, 12 and 37. RGB value is (101,18,55). Sum of RGB (Red+Green+Blue) = 101+18+55=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #651237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651237 is #9AEDC8. Grayscale: #2E2E2E. Windows color (decimal): -10153417 or 3609189. OLE color: 3609189.

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

Color convert

RGB1011855-
CMYK00.820.460.60
HSL333.25º69.75%23.33%-
HSV(B)333.25º82.18%39.61%-
XYZ6.273.483.95-
YUV47.04132.5166.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=58.05%
G=10.34%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101185500.820.460.60333.2569.7523.33
Hex6512370522E3C14d4617
Octal14522670122567451510627
Binary11001011001011011101010010101110111100101001101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651237; }

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

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

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

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

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

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

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

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