Html Css Color HEX #662241 Pompadour

📋 copy color: '#662241'

red 102 ◦ green 34 ◦ blue 65

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

Shades of Pompadour #662241

Tints of Pompadour #662241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

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

R = 50.75%
G = 16.92%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#662241 (or 0x662241) is known color: Pompadour. HEX triplet: 66, 22 and 41. RGB value is (102,34,65). Sum of RGB (Red+Green+Blue) = 102+34+65=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #662241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662241 is #99DDBE. Grayscale: #393939. Windows color (decimal): -10083775 or 4268646. OLE color: 4268646.

HSL color Cylindrical-coordinate representation of color #662241: hue angle of 332.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662241 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 34 65 -
CMYK 0 0.67 0.36 0.6
HSL 332.65º 0.5% 0.27% -
HSV(B) 332.65º 0.67% 0.4% -
XYZ 7.01 4.35 5.47 -
YUV 57.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 102 34 65 0 0.67 0.36 0.6 332.65 0.5 0.27
Hex 66 22 41 0 43 24 3C 14D 32 1B
Octal 146 42 101 0 103 44 74 515 62 33
Binary 1100110 100010 1000001 0 1000011 100100 111100 101001101 110010 11011

Color Harmonies of #662241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662241

Black with #662241

Text Example


Text Example

White with #662241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662241; }

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

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

background-color css

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

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

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

border-color css

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

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

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