#6D234E

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

Shades of Pompadour #6D234E

Tints of Pompadour #6D234E

Color information

#6D234E (or 0x6D234E) is unknown color: approx Pompadour. HEX triplet: 6D, 23 and 4E. RGB value is (109,35,78). Sum of RGB (Red+Green+Blue) = 109+35+78=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D234E is #92DCB1. Grayscale: #3D3D3D. Windows color (decimal): -9624754 or 5120877. OLE color: 5120877.

HSL color Cylindrical-coordinate representation of color #6D234E: hue angle of 325.14º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D234E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1093578-
CMYK00.680.280.57
HSL325.14º51.39%28.24%-
HSV(B)325.14º67.89%42.75%-
XYZ8.2857.74-
YUV62.03137.02161.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=49.10%
G=15.77%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109357800.680.280.57325.1451.3928.24
Hex6D234E0441C39145331c
Octal15543116010434715056334
Binary11011011000111001110010001001110011100110100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,78); }

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

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

 a { background-color: rgb(109,35,78); }

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

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

 span { border-color: rgb(109,35,78); }

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