#661350

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

Shades of Pompadour #661350

Tints of Pompadour #661350

Color information

#661350 (or 0x661350) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 50. RGB value is (102,19,80). Sum of RGB (Red+Green+Blue) = 102+19+80=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #661350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661350 is #99ECAF. Grayscale: #323232. Windows color (decimal): -10087600 or 5247846. OLE color: 5247846.

HSL color Cylindrical-coordinate representation of color #661350: hue angle of 315.9º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661350 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1021980-
CMYK00.810.220.6
HSL315.9º68.6%23.73%-
HSV(B)315.9º81.37%40%-
XYZ7.163.877.96-
YUV50.77144.5164.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=50.75%
G=9.45%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102198000.810.220.6315.968.623.73
Hex661350051163C13c4518
Octal146231200121267447410530
Binary11001101001110100000101000110110111100100111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661350; }

 p { color: rgb(102,19,80); }

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

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

 a { background-color: rgb(102,19,80); }

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

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

 span { border-color: rgb(102,19,80); }

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