Html Css Color HEX #652450 Pompadour

📋 copy color: '#652450'

red 101 ◦ green 36 ◦ blue 80

#652450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #652450

Tints of Pompadour #652450

RGB

 RED value IS 101 (39.84% from 255) = 46.54%

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 46.54%
G = 16.59%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#652450 (or 0x652450) is known color: Pompadour. HEX triplet: 65, 24 and 50. RGB value is (101,36,80). Sum of RGB (Red+Green+Blue) = 101+36+80=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #652450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652450 is #9ADBAF. Grayscale: #3C3C3C. Windows color (decimal): -10148784 or 5252197. OLE color: 5252197.

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

Color convert

RGB 101 36 80 -
CMYK 0 0.64 0.21 0.60
HSL 319.38º 0.47% 0.27% -
HSV(B) 319.38º 0.64% 0.4% -
XYZ 7.45 4.61 8.09 -
YUV 60.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 101 36 80 0 0.64 0.21 0.60 319.38 0.47 0.27
Hex 65 24 50 0 40 15 3C 13F 2F 1B
Octal 145 44 120 0 100 25 74 477 57 33
Binary 1100101 100100 1010000 0 1000000 10101 111100 100111111 101111 11011

Color Harmonies of #652450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652450

Black with #652450

Text Example


Text Example

White with #652450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652450; }

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

 H1.HeaderClassName
 {
   color: #652450;
 }
 .AnyTagClassName
 {
   color: #652450;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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