#6D2543

Color #6D2543 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6D2543

Tints of Pompadour #6D2543

Color information

#6D2543 (or 0x6D2543) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 43. RGB value is (109,37,67). Sum of RGB (Red+Green+Blue) = 109+37+67=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2543 is #92DABC. Grayscale: #3D3D3D. Windows color (decimal): -9624253 or 4400493. OLE color: 4400493.

HSL color Cylindrical-coordinate representation of color #6D2543: hue angle of 335º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2543 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1093767-
CMYK00.660.390.57
HSL335º49.32%28.63%-
HSV(B)335º66.06%42.75%-
XYZ7.984.985.85-
YUV61.95130.85161.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=51.17%
G=17.37%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109376700.660.390.5733549.3228.63
Hex6D2543042273914f311d
Octal15545103010247715176135
Binary110110110010110000110100001010011111100110100111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D2543; }

 p { color: rgb(109,37,67); }

 H1.HeaderClassName
 {
   color: #6D2543;
 }
 .AnyTagClassName
 {
   color: #6D2543;
 }
</style>
background-color css

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

 a { background-color: rgb(109,37,67); }

 div.DivClassName
 {
   background-color: #6D2543;
 }
 .BgClassName
 {
   background-color: #6D2543;
 }
</style>
border-color css

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

 span { border-color: rgb(109,37,67); }

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