Html Css Color HEX #661440 Pompadour

📋 copy color: '#661440'

red 102 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #661440

Tints of Pompadour #661440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 54.84%
G = 10.75%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#661440 (or 0x661440) is known color: Pompadour. HEX triplet: 66, 14 and 40. RGB value is (102,20,64). Sum of RGB (Red+Green+Blue) = 102+20+64=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #661440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661440 is #99EBBF. Grayscale: #313131. Windows color (decimal): -10087360 or 4199526. OLE color: 4199526.

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

Color convert

RGB 102 20 64 -
CMYK 0 0.80 0.37 0.6
HSL 327.8º 0.67% 0.24% -
HSV(B) 327.8º 0.8% 0.4% -
XYZ 6.66 3.7 5.21 -
YUV 49.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 102 20 64 0 0.80 0.37 0.6 327.8 0.67 0.24
Hex 66 14 40 0 50 25 3C 148 43 18
Octal 146 24 100 0 120 45 74 510 103 30
Binary 1100110 10100 1000000 0 1010000 100101 111100 101001000 1000011 11000

Color Harmonies of #661440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661440

Black with #661440

Text Example


Text Example

White with #661440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661440; }

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

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

background-color css

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

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

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

border-color css

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

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

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