#651B45

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

Shades of Pompadour #651B45

Tints of Pompadour #651B45

Color information

#651B45 (or 0x651B45) is unknown color: approx Pompadour. HEX triplet: 65, 1B and 45. RGB value is (101,27,69). Sum of RGB (Red+Green+Blue) = 101+27+69=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #651B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B45 is #9AE4BA. Grayscale: #353535. Windows color (decimal): -10151099 or 4528997. OLE color: 4528997.

HSL color Cylindrical-coordinate representation of color #651B45: hue angle of 325.95º 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 #651B45 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1012769-
CMYK00.730.320.60
HSL325.95º57.81%25.1%-
HSV(B)325.95º73.27%39.61%-
XYZ6.833.986.04-
YUV53.91136.52161.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=51.27%
G=13.71%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101276900.730.320.60325.9557.8125.1
Hex651B45049203C1463a19
Octal14533105011140745067231
Binary11001011101110001010100100110000011110010100011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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