Html Css Color HEX #662440 Pompadour

📋 copy color: '#662440'

red 102 ◦ green 36 ◦ blue 64

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

Shades of Pompadour #662440

Tints of Pompadour #662440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

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

R = 50.5%
G = 17.82%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#662440 (or 0x662440) is known color: Pompadour. HEX triplet: 66, 24 and 40. RGB value is (102,36,64). Sum of RGB (Red+Green+Blue) = 102+36+64=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #662440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662440 is #99DBBF. Grayscale: #3A3A3A. Windows color (decimal): -10083264 or 4203622. OLE color: 4203622.

HSL color Cylindrical-coordinate representation of color #662440: hue angle of 334.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662440 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 36 64 -
CMYK 0 0.65 0.37 0.6
HSL 334.55º 0.48% 0.27% -
HSV(B) 334.55º 0.65% 0.4% -
XYZ 7.04 4.46 5.34 -
YUV 58.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 102 36 64 0 0.65 0.37 0.6 334.55 0.48 0.27
Hex 66 24 40 0 41 25 3C 14F 30 1B
Octal 146 44 100 0 101 45 74 517 60 33
Binary 1100110 100100 1000000 0 1000001 100101 111100 101001111 110000 11011

Color Harmonies of #662440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662440

Black with #662440

Text Example


Text Example

White with #662440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662440; }

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

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

background-color css

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

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

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

border-color css

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

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

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