#6B1E4C

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

Shades of Pompadour #6B1E4C

Tints of Pompadour #6B1E4C

Color information

#6B1E4C (or 0x6B1E4C) is unknown color: approx Pompadour. HEX triplet: 6B, 1E and 4C. RGB value is (107,30,76). Sum of RGB (Red+Green+Blue) = 107+30+76=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E4C is #94E1B3. Grayscale: #3A3A3A. Windows color (decimal): -9757108 or 4988523. OLE color: 4988523.

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

Color convert

RGB1073076-
CMYK00.720.290.58
HSL324.16º56.2%26.86%-
HSV(B)324.16º71.96%41.96%-
XYZ7.834.587.31-
YUV58.27138.01162.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=50.23%
G=14.08%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107307600.720.290.58324.1656.226.86
Hex6B1E4C0481D3A144381b
Octal15336114011035725047033
Binary1101011111101001100010010001110111101010100010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,76); }

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

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

 a { background-color: rgb(107,30,76); }

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

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

 span { border-color: rgb(107,30,76); }

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