Html Css Color HEX #662748 Pompadour

📋 copy color: '#662748'

red 102 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #662748

Tints of Pompadour #662748

RGB

 RED value IS 102 (40.23% from 255) = 47.89%

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 47.89%
G = 18.31%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#662748 (or 0x662748) is known color: Pompadour. HEX triplet: 66, 27 and 48. RGB value is (102,39,72). Sum of RGB (Red+Green+Blue) = 102+39+72=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #662748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662748 is #99D8B7. Grayscale: #3D3D3D. Windows color (decimal): -10082488 or 4728678. OLE color: 4728678.

HSL color Cylindrical-coordinate representation of color #662748: hue angle of 328.57º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662748 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 39 72 -
CMYK 0 0.62 0.29 0.6
HSL 328.57º 0.45% 0.28% -
HSV(B) 328.57º 0.62% 0.4% -
XYZ 7.37 4.74 6.66 -
YUV 61.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 102 39 72 0 0.62 0.29 0.6 328.57 0.45 0.28
Hex 66 27 48 0 3E 1D 3C 149 2D 1C
Octal 146 47 110 0 76 35 74 511 55 34
Binary 1100110 100111 1001000 0 111110 11101 111100 101001001 101101 11100

Color Harmonies of #662748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662748

Black with #662748

Text Example


Text Example

White with #662748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662748; }

 p { color: rgb(102,39,72); }

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

background-color css

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

 a { background-color: rgb(102,39,72); }

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

border-color css

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

 span { border-color: rgb(102,39,72); }

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