Html Css Color HEX #662140 Pompadour

📋 copy color: '#662140'

red 102 ◦ green 33 ◦ blue 64

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

Shades of Pompadour #662140

Tints of Pompadour #662140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 51.26%
G = 16.58%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#662140 (or 0x662140) is known color: Pompadour. HEX triplet: 66, 21 and 40. RGB value is (102,33,64). Sum of RGB (Red+Green+Blue) = 102+33+64=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #662140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662140 is #99DEBF. Grayscale: #393939. Windows color (decimal): -10084032 or 4202854. OLE color: 4202854.

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

Color convert

RGB 102 33 64 -
CMYK 0 0.68 0.37 0.6
HSL 333.04º 0.51% 0.26% -
HSV(B) 333.04º 0.68% 0.4% -
XYZ 6.95 4.28 5.31 -
YUV 57.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 102 33 64 0 0.68 0.37 0.6 333.04 0.51 0.26
Hex 66 21 40 0 44 25 3C 14D 33 1A
Octal 146 41 100 0 104 45 74 515 63 32
Binary 1100110 100001 1000000 0 1000100 100101 111100 101001101 110011 11010

Color Harmonies of #662140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662140

Black with #662140

Text Example


Text Example

White with #662140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662140; }

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

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

background-color css

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

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

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

border-color css

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

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

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