Html Css Color HEX #662146 Pompadour

📋 copy color: '#662146'

red 102 ◦ green 33 ◦ blue 70

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

Shades of Pompadour #662146

Tints of Pompadour #662146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 49.76%
G = 16.1%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#662146 (or 0x662146) is known color: Pompadour. HEX triplet: 66, 21 and 46. RGB value is (102,33,70). Sum of RGB (Red+Green+Blue) = 102+33+70=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #662146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662146 is #99DEB9. Grayscale: #393939. Windows color (decimal): -10084026 or 4596070. OLE color: 4596070.

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

Color convert

RGB 102 33 70 -
CMYK 0 0.68 0.31 0.6
HSL 327.83º 0.51% 0.26% -
HSV(B) 327.83º 0.68% 0.4% -
XYZ 7.13 4.35 6.26 -
YUV 57.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 102 33 70 0 0.68 0.31 0.6 327.83 0.51 0.26
Hex 66 21 46 0 44 1F 3C 148 33 1A
Octal 146 41 106 0 104 37 74 510 63 32
Binary 1100110 100001 1000110 0 1000100 11111 111100 101001000 110011 11010

Color Harmonies of #662146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662146

Black with #662146

Text Example


Text Example

White with #662146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662146; }

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

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

background-color css

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

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

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

border-color css

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

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

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