Html Css Color HEX #661240 Pompadour

📋 copy color: '#661240'

red 102 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #661240

Tints of Pompadour #661240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 55.43%
G = 9.78%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#661240 (or 0x661240) is known color: Pompadour. HEX triplet: 66, 12 and 40. RGB value is (102,18,64). Sum of RGB (Red+Green+Blue) = 102+18+64=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #661240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661240 is #99EDBF. Grayscale: #303030. Windows color (decimal): -10087872 or 4199014. OLE color: 4199014.

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

Color convert

RGB 102 18 64 -
CMYK 0 0.82 0.37 0.6
HSL 327.14º 0.7% 0.24% -
HSV(B) 327.14º 0.82% 0.4% -
XYZ 6.62 3.63 5.2 -
YUV 48.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 102 18 64 0 0.82 0.37 0.6 327.14 0.7 0.24
Hex 66 12 40 0 52 25 3C 147 46 18
Octal 146 22 100 0 122 45 74 507 106 30
Binary 1100110 10010 1000000 0 1010010 100101 111100 101000111 1000110 11000

Color Harmonies of #661240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661240

Black with #661240

Text Example


Text Example

White with #661240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661240; }

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

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

background-color css

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

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

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

border-color css

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

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

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