#6D2651

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

Shades of Pompadour #6D2651

Tints of Pompadour #6D2651

Color information

#6D2651 (or 0x6D2651) is unknown color: approx Pompadour. HEX triplet: 6D, 26 and 51. RGB value is (109,38,81). Sum of RGB (Red+Green+Blue) = 109+38+81=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2651 is #92D9AE. Grayscale: #404040. Windows color (decimal): -9623983 or 5318253. OLE color: 5318253.

HSL color Cylindrical-coordinate representation of color #6D2651: hue angle of 323.66º 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 #6D2651 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1093881-
CMYK00.650.260.57
HSL323.66º48.3%28.82%-
HSV(B)323.66º65.14%42.75%-
XYZ8.485.238.35-
YUV64.13137.52160-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.81%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=47.81%
G=16.67%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109388100.650.260.57323.6648.328.82
Hex6D26510411A39144301d
Octal15546121010132715046035
Binary11011011001101010001010000011101011100110100010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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