#661235

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

Shades of Pompadour #661235

Tints of Pompadour #661235

Color information

#661235 (or 0x661235) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 35. RGB value is (102,18,53). Sum of RGB (Red+Green+Blue) = 102+18+53=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661235 is #99EDCA. Grayscale: #2F2F2F. Windows color (decimal): -10087883 or 3478118. OLE color: 3478118.

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

Color convert

RGB1021853-
CMYK00.820.480.6
HSL335º70%23.53%-
HSV(B)335º82.35%40%-
XYZ6.343.513.71-
YUV47.11131.33167.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=58.96%
G=10.40%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102185300.820.480.63357023.53
Hex661235052303C14f4618
Octal14622650122607451710630
Binary11001101001011010101010010110000111100101001111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661235; }

 p { color: rgb(102,18,53); }

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

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

 a { background-color: rgb(102,18,53); }

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

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

 span { border-color: rgb(102,18,53); }

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