Html Css Color HEX #662041 Pompadour

📋 copy color: '#662041'

red 102 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #662041

Tints of Pompadour #662041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 51.26%
G = 16.08%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#662041 (or 0x662041) is known color: Pompadour. HEX triplet: 66, 20 and 41. RGB value is (102,32,65). Sum of RGB (Red+Green+Blue) = 102+32+65=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #662041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662041 is #99DFBE. Grayscale: #383838. Windows color (decimal): -10084287 or 4268134. OLE color: 4268134.

HSL color Cylindrical-coordinate representation of color #662041: hue angle of 331.71º 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 #662041 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 65 -
CMYK 0 0.69 0.36 0.6
HSL 331.71º 0.52% 0.26% -
HSV(B) 331.71º 0.69% 0.4% -
XYZ 6.95 4.24 5.45 -
YUV 56.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 102 32 65 0 0.69 0.36 0.6 331.71 0.52 0.26
Hex 66 20 41 0 45 24 3C 14C 34 1A
Octal 146 40 101 0 105 44 74 514 64 32
Binary 1100110 100000 1000001 0 1000101 100100 111100 101001100 110100 11010

Color Harmonies of #662041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662041

Black with #662041

Text Example


Text Example

White with #662041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662041; }

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

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

background-color css

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

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

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

border-color css

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

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

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