Html Css Color HEX #662042 Pompadour

📋 copy color: '#662042'

red 102 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #662042

Tints of Pompadour #662042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 51%
G = 16%
B = 33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#662042 (or 0x662042) is known color: Pompadour. HEX triplet: 66, 20 and 42. RGB value is (102,32,66). Sum of RGB (Red+Green+Blue) = 102+32+66=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662042 is #99DFBD. Grayscale: #383838. Windows color (decimal): -10084286 or 4333670. OLE color: 4333670.

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

Color convert

RGB 102 32 66 -
CMYK 0 0.69 0.35 0.6
HSL 330.86º 0.52% 0.26% -
HSV(B) 330.86º 0.69% 0.4% -
XYZ 6.98 4.25 5.61 -
YUV 56.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 102 32 66 0 0.69 0.35 0.6 330.86 0.52 0.26
Hex 66 20 42 0 45 23 3C 14B 34 1A
Octal 146 40 102 0 105 43 74 513 64 32
Binary 1100110 100000 1000010 0 1000101 100011 111100 101001011 110100 11010

Color Harmonies of #662042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662042

Black with #662042

Text Example


Text Example

White with #662042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662042; }

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

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

background-color css

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

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

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

border-color css

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

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

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