#651B41

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

Shades of Pompadour #651B41

Tints of Pompadour #651B41

Color information

#651B41 (or 0x651B41) is unknown color: approx Pompadour. HEX triplet: 65, 1B and 41. RGB value is (101,27,65). Sum of RGB (Red+Green+Blue) = 101+27+65=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #651B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B41 is #9AE4BE. Grayscale: #353535. Windows color (decimal): -10151103 or 4266853. OLE color: 4266853.

HSL color Cylindrical-coordinate representation of color #651B41: hue angle of 329.19º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B41 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1012765-
CMYK00.730.360.60
HSL329.19º57.81%25.1%-
HSV(B)329.19º73.27%39.61%-
XYZ6.713.935.41-
YUV53.46134.52161.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.33%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=52.33%
G=13.99%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101276500.730.360.60329.1957.8125.1
Hex651B41049243C1493a19
Octal14533101011144745117231
Binary11001011101110000010100100110010011110010100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,27,65); }

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

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

 a { background-color: rgb(101,27,65); }

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

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

 span { border-color: rgb(101,27,65); }

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