Html Css Color HEX #662150 Pompadour

📋 copy color: '#662150'

red 102 ◦ green 33 ◦ blue 80

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

Shades of Pompadour #662150

Tints of Pompadour #662150

RGB

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

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

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

R = 47.44%
G = 15.35%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#662150 (or 0x662150) is known color: Pompadour. HEX triplet: 66, 21 and 50. RGB value is (102,33,80). Sum of RGB (Red+Green+Blue) = 102+33+80=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #662150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662150 is #99DEAF. Grayscale: #3A3A3A. Windows color (decimal): -10084016 or 5251430. OLE color: 5251430.

HSL color Cylindrical-coordinate representation of color #662150: hue angle of 319.13º degrees, saturation: 0.51, 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 #662150 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 80 -
CMYK 0 0.68 0.22 0.6
HSL 319.13º 0.51% 0.26% -
HSV(B) 319.13º 0.68% 0.4% -
XYZ 7.47 4.49 8.06 -
YUV 58.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 102 33 80 0 0.68 0.22 0.6 319.13 0.51 0.26
Hex 66 21 50 0 44 16 3C 13F 33 1A
Octal 146 41 120 0 104 26 74 477 63 32
Binary 1100110 100001 1010000 0 1000100 10110 111100 100111111 110011 11010

Color Harmonies of #662150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662150

Black with #662150

Text Example


Text Example

White with #662150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662150; }

 p { color: rgb(102,33,80); }

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

background-color css

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

 a { background-color: rgb(102,33,80); }

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

border-color css

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

 span { border-color: rgb(102,33,80); }

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