#6B1A4C

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

Shades of Pompadour #6B1A4C

Tints of Pompadour #6B1A4C

Color information

#6B1A4C (or 0x6B1A4C) is unknown color: approx Pompadour. HEX triplet: 6B, 1A and 4C. RGB value is (107,26,76). Sum of RGB (Red+Green+Blue) = 107+26+76=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A4C is #94E5B3. Grayscale: #373737. Windows color (decimal): -9758132 or 4987499. OLE color: 4987499.

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

Color convert

RGB1072676-
CMYK00.760.290.58
HSL322.96º60.9%26.08%-
HSV(B)322.96º75.7%41.96%-
XYZ7.744.397.28-
YUV55.92139.34164.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.20%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=51.20%
G=12.44%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107267600.760.290.58322.9660.926.08
Hex6B1A4C04C1D3A1433d1a
Octal15332114011435725037532
Binary1101011110101001100010011001110111101010100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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