#6D264D

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

Shades of Pompadour #6D264D

Tints of Pompadour #6D264D

Color information

#6D264D (or 0x6D264D) is unknown color: approx Pompadour. HEX triplet: 6D, 26 and 4D. RGB value is (109,38,77). Sum of RGB (Red+Green+Blue) = 109+38+77=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D264D is #92D9B2. Grayscale: #3F3F3F. Windows color (decimal): -9623987 or 5056109. OLE color: 5056109.

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

Color convert

RGB1093877-
CMYK00.650.290.57
HSL327.04º48.3%28.82%-
HSV(B)327.04º65.14%42.75%-
XYZ8.345.177.58-
YUV63.68135.52160.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=48.66%
G=16.96%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109387700.650.290.57327.0448.328.82
Hex6D264D0411D39147301d
Octal15546115010135715076035
Binary11011011001101001101010000011110111100110100011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,77); }

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

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

 a { background-color: rgb(109,38,77); }

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

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

 span { border-color: rgb(109,38,77); }

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