Html Css Color HEX #652148 Pompadour

📋 copy color: '#652148'

red 101 ◦ green 33 ◦ blue 72

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

Shades of Pompadour #652148

Tints of Pompadour #652148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 49.03%
G = 16.02%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#652148 (or 0x652148) is known color: Pompadour. HEX triplet: 65, 21 and 48. RGB value is (101,33,72). Sum of RGB (Red+Green+Blue) = 101+33+72=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #652148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652148 is #9ADEB7. Grayscale: #393939. Windows color (decimal): -10149560 or 4727141. OLE color: 4727141.

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

Color convert

RGB 101 33 72 -
CMYK 0 0.67 0.29 0.60
HSL 325.59º 0.51% 0.26% -
HSV(B) 325.59º 0.67% 0.4% -
XYZ 7.08 4.32 6.59 -
YUV 57.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 101 33 72 0 0.67 0.29 0.60 325.59 0.51 0.26
Hex 65 21 48 0 43 1D 3C 146 33 1A
Octal 145 41 110 0 103 35 74 506 63 32
Binary 1100101 100001 1001000 0 1000011 11101 111100 101000110 110011 11010

Color Harmonies of #652148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652148

Black with #652148

Text Example


Text Example

White with #652148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652148; }

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

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

background-color css

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

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

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

border-color css

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

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

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