Html Css Color HEX #652048 Pompadour

📋 copy color: '#652048'

red 101 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #652048

Tints of Pompadour #652048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 49.27%
G = 15.61%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#652048 (or 0x652048) is known color: Pompadour. HEX triplet: 65, 20 and 48. RGB value is (101,32,72). Sum of RGB (Red+Green+Blue) = 101+32+72=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #652048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652048 is #9ADFB7. Grayscale: #393939. Windows color (decimal): -10149816 or 4726885. OLE color: 4726885.

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

Color convert

RGB 101 32 72 -
CMYK 0 0.68 0.29 0.60
HSL 325.22º 0.52% 0.26% -
HSV(B) 325.22º 0.68% 0.4% -
XYZ 7.05 4.27 6.58 -
YUV 57.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 101 32 72 0 0.68 0.29 0.60 325.22 0.52 0.26
Hex 65 20 48 0 44 1D 3C 145 34 1A
Octal 145 40 110 0 104 35 74 505 64 32
Binary 1100101 100000 1001000 0 1000100 11101 111100 101000101 110100 11010

Color Harmonies of #652048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652048

Black with #652048

Text Example


Text Example

White with #652048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652048; }

 p { color: rgb(101,32,72); }

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

background-color css

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

 a { background-color: rgb(101,32,72); }

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

border-color css

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

 span { border-color: rgb(101,32,72); }

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