#652250

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

Shades of Pompadour #652250

Tints of Pompadour #652250

Color information

#652250 (or 0x652250) is unknown color: approx Pompadour. HEX triplet: 65, 22 and 50. RGB value is (101,34,80). Sum of RGB (Red+Green+Blue) = 101+34+80=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #652250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652250 is #9ADDAF. Grayscale: #3B3B3B. Windows color (decimal): -10149296 or 5251685. OLE color: 5251685.

HSL color Cylindrical-coordinate representation of color #652250: hue angle of 318.81º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652250 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1013480-
CMYK00.660.210.60
HSL318.81º49.63%26.47%-
HSV(B)318.81º66.34%39.61%-
XYZ7.394.498.07-
YUV59.28139.7157.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=46.98%
G=15.81%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101348000.660.210.60318.8149.6326.47
Hex652250042153C13f321a
Octal14542120010225744776232
Binary11001011000101010000010000101010111110010011111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652250; }

 p { color: rgb(101,34,80); }

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

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

 a { background-color: rgb(101,34,80); }

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

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

 span { border-color: rgb(101,34,80); }

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