#6B1D53

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

Shades of Pompadour #6B1D53

Tints of Pompadour #6B1D53

Color information

#6B1D53 (or 0x6B1D53) is unknown color: approx Pompadour. HEX triplet: 6B, 1D and 53. RGB value is (107,29,83). Sum of RGB (Red+Green+Blue) = 107+29+83=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D53 is #94E2AC. Grayscale: #3A3A3A. Windows color (decimal): -9757357 or 5447019. OLE color: 5447019.

HSL color Cylindrical-coordinate representation of color #6B1D53: hue angle of 318.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B1D53 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1072983-
CMYK00.730.220.58
HSL318.46º57.35%26.67%-
HSV(B)318.46º72.9%41.96%-
XYZ8.064.638.65-
YUV58.48141.84162.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=48.86%
G=13.24%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107298300.730.220.58318.4657.3526.67
Hex6B1D53049163A13e391b
Octal15335123011126724767133
Binary1101011111011010011010010011011011101010011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,29,83); }

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

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

 a { background-color: rgb(107,29,83); }

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

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

 span { border-color: rgb(107,29,83); }

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