#671535

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

Shades of Pompadour #671535

Tints of Pompadour #671535

Color information

#671535 (or 0x671535) is unknown color: approx Pompadour. HEX triplet: 67, 15 and 35. RGB value is (103,21,53). Sum of RGB (Red+Green+Blue) = 103+21+53=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #671535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671535 is #98EACA. Grayscale: #313131. Windows color (decimal): -10021579 or 3478887. OLE color: 3478887.

HSL color Cylindrical-coordinate representation of color #671535: hue angle of 336.59º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671535 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1032153-
CMYK00.800.490.60
HSL336.59º66.13%24.31%-
HSV(B)336.59º79.61%40.39%-
XYZ6.53.683.74-
YUV49.17130.17166.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.19%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=58.19%
G=11.86%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103215300.800.490.60336.5966.1324.31
Hex671535050313C1514218
Octal14725650120617452110230
Binary11001111010111010101010000110001111100101010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671535; }

 p { color: rgb(103,21,53); }

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

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

 a { background-color: rgb(103,21,53); }

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

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

 span { border-color: rgb(103,21,53); }

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