#6C194D

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

Shades of Pompadour #6C194D

Tints of Pompadour #6C194D

Color information

#6C194D (or 0x6C194D) is unknown color: approx Pompadour. HEX triplet: 6C, 19 and 4D. RGB value is (108,25,77). Sum of RGB (Red+Green+Blue) = 108+25+77=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C194D is #93E6B2. Grayscale: #373737. Windows color (decimal): -9692851 or 5052780. OLE color: 5052780.

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

Color convert

RGB1082577-
CMYK00.770.290.58
HSL322.41º62.41%26.08%-
HSV(B)322.41º76.85%42.35%-
XYZ7.874.427.46-
YUV55.74140165.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.43%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=51.43%
G=11.90%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108257700.770.290.58322.4162.4126.08
Hex6C194D04D1D3A1423e1a
Octal15431115011535725027632
Binary1101100110011001101010011011110111101010100001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,77); }

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

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

 a { background-color: rgb(108,25,77); }

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

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

 span { border-color: rgb(108,25,77); }

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