#6B1753

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

Shades of Pompadour #6B1753

Tints of Pompadour #6B1753

Color information

#6B1753 (or 0x6B1753) is unknown color: approx Pompadour. HEX triplet: 6B, 17 and 53. RGB value is (107,23,83). Sum of RGB (Red+Green+Blue) = 107+23+83=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1753 is #94E8AC. Grayscale: #363636. Windows color (decimal): -9758893 or 5445483. OLE color: 5445483.

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

Color convert

RGB1072383-
CMYK00.790.220.58
HSL317.14º64.62%25.49%-
HSV(B)317.14º78.5%41.96%-
XYZ7.934.368.61-
YUV54.96143.83165.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=50.23%
G=10.80%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107238300.790.220.58317.1464.6225.49
Hex6B175304F163A13d4119
Octal153271230117267247510131
Binary11010111011110100110100111110110111010100111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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