#6B1148

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

Shades of Pompadour #6B1148

Tints of Pompadour #6B1148

Color information

#6B1148 (or 0x6B1148) is unknown color: approx Pompadour. HEX triplet: 6B, 11 and 48. RGB value is (107,17,72). Sum of RGB (Red+Green+Blue) = 107+17+72=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1148 is #94EEB7. Grayscale: #323232. Windows color (decimal): -9760440 or 4723051. OLE color: 4723051.

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

Color convert

RGB1071772-
CMYK00.840.330.58
HSL323.33º72.58%24.31%-
HSV(B)323.33º84.11%41.96%-
XYZ7.433.996.51-
YUV50.18140.32168.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=54.59%
G=8.67%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107177200.840.330.58323.3372.5824.31
Hex6B1148054213A1434918
Octal153211100124417250311130
Binary110101110001100100001010100100001111010101000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,72); }

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

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

 a { background-color: rgb(107,17,72); }

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

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

 span { border-color: rgb(107,17,72); }

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