Html Css Color HEX #661342 Pompadour

📋 copy color: '#661342'

red 102 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #661342

Tints of Pompadour #661342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 54.55%
G = 10.16%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#661342 (or 0x661342) is known color: Pompadour. HEX triplet: 66, 13 and 42. RGB value is (102,19,66). Sum of RGB (Red+Green+Blue) = 102+19+66=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661342 is #99ECBD. Grayscale: #313131. Windows color (decimal): -10087614 or 4330342. OLE color: 4330342.

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

Color convert

RGB 102 19 66 -
CMYK 0 0.81 0.35 0.6
HSL 326.02º 0.69% 0.24% -
HSV(B) 326.02º 0.81% 0.4% -
XYZ 6.7 3.68 5.51 -
YUV 49.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 102 19 66 0 0.81 0.35 0.6 326.02 0.69 0.24
Hex 66 13 42 0 51 23 3C 146 45 18
Octal 146 23 102 0 121 43 74 506 105 30
Binary 1100110 10011 1000010 0 1010001 100011 111100 101000110 1000101 11000

Color Harmonies of #661342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661342

Black with #661342

Text Example


Text Example

White with #661342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661342; }

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

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

background-color css

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

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

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

border-color css

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

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

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