#651F44

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

Shades of Pompadour #651F44

Tints of Pompadour #651F44

Color information

#651F44 (or 0x651F44) is unknown color: approx Pompadour. HEX triplet: 65, 1F and 44. RGB value is (101,31,68). Sum of RGB (Red+Green+Blue) = 101+31+68=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #651F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651F44 is #9AE0BB. Grayscale: #383838. Windows color (decimal): -10150076 or 4464485. OLE color: 4464485.

HSL color Cylindrical-coordinate representation of color #651F44: hue angle of 328.29º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F44 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB1013168-
CMYK00.690.330.60
HSL328.29º53.03%25.88%-
HSV(B)328.29º69.31%39.61%-
XYZ6.94.165.91-
YUV56.15134.69159.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 68 (26.95% from 255) = 34%
R=50.5%
G=15.5%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101316800.690.330.60328.2953.0325.88
Hex651F44045213C148351a
Octal14537104010541745106532
Binary11001011111110001000100010110000111110010100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F44; }

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

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

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

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

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

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

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

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