Html Css Color HEX #651248 Pompadour

📋 copy color: '#651248'

red 101 ◦ green 18 ◦ blue 72

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

Shades of Pompadour #651248

Tints of Pompadour #651248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

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

R = 52.88%
G = 9.42%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#651248 (or 0x651248) is known color: Pompadour. HEX triplet: 65, 12 and 48. RGB value is (101,18,72). Sum of RGB (Red+Green+Blue) = 101+18+72=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #651248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651248 is #9AEDB7. Grayscale: #303030. Windows color (decimal): -10153400 or 4723301. OLE color: 4723301.

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

Color convert

RGB 101 18 72 -
CMYK 0 0.82 0.29 0.60
HSL 320.96º 0.7% 0.23% -
HSV(B) 320.96º 0.82% 0.4% -
XYZ 6.75 3.67 6.48 -
YUV 48.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 101 18 72 0 0.82 0.29 0.60 320.96 0.7 0.23
Hex 65 12 48 0 52 1D 3C 141 46 17
Octal 145 22 110 0 122 35 74 501 106 27
Binary 1100101 10010 1001000 0 1010010 11101 111100 101000001 1000110 10111

Color Harmonies of #651248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651248

Black with #651248

Text Example


Text Example

White with #651248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651248; }

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

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

background-color css

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

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

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

border-color css

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

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

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