Html Css Color HEX #662541 Pompadour

📋 copy color: '#662541'

red 102 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #662541

Tints of Pompadour #662541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 50%
G = 18.14%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#662541 (or 0x662541) is known color: Pompadour. HEX triplet: 66, 25 and 41. RGB value is (102,37,65). Sum of RGB (Red+Green+Blue) = 102+37+65=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662541 is #99DABE. Grayscale: #3B3B3B. Windows color (decimal): -10083007 or 4269414. OLE color: 4269414.

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

Color convert

RGB 102 37 65 -
CMYK 0 0.64 0.36 0.6
HSL 334.15º 0.47% 0.27% -
HSV(B) 334.15º 0.64% 0.4% -
XYZ 7.1 4.53 5.5 -
YUV 59.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 102 37 65 0 0.64 0.36 0.6 334.15 0.47 0.27
Hex 66 25 41 0 40 24 3C 14E 2F 1B
Octal 146 45 101 0 100 44 74 516 57 33
Binary 1100110 100101 1000001 0 1000000 100100 111100 101001110 101111 11011

Color Harmonies of #662541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662541

Black with #662541

Text Example


Text Example

White with #662541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662541; }

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

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

background-color css

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

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

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

border-color css

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

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

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