Html Css Color HEX #661542 Pompadour

📋 copy color: '#661542'

red 102 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #661542

Tints of Pompadour #661542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 53.97%
G = 11.11%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#661542 (or 0x661542) is known color: Pompadour. HEX triplet: 66, 15 and 42. RGB value is (102,21,66). Sum of RGB (Red+Green+Blue) = 102+21+66=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661542 is #99EABD. Grayscale: #323232. Windows color (decimal): -10087102 or 4330854. OLE color: 4330854.

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

Color convert

RGB 102 21 66 -
CMYK 0 0.79 0.35 0.6
HSL 326.67º 0.66% 0.24% -
HSV(B) 326.67º 0.79% 0.4% -
XYZ 6.73 3.75 5.52 -
YUV 50.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 102 21 66 0 0.79 0.35 0.6 326.67 0.66 0.24
Hex 66 15 42 0 4F 23 3C 147 42 18
Octal 146 25 102 0 117 43 74 507 102 30
Binary 1100110 10101 1000010 0 1001111 100011 111100 101000111 1000010 11000

Color Harmonies of #661542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661542

Black with #661542

Text Example


Text Example

White with #661542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661542; }

 p { color: rgb(102,21,66); }

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

background-color css

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

 a { background-color: rgb(102,21,66); }

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

border-color css

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

 span { border-color: rgb(102,21,66); }

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