#681335

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

Shades of Pompadour #681335

Tints of Pompadour #681335

Color information

#681335 (or 0x681335) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 35. RGB value is (104,19,53). Sum of RGB (Red+Green+Blue) = 104+19+53=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681335 is #97ECCA. Grayscale: #303030. Windows color (decimal): -9956555 or 3478376. OLE color: 3478376.

HSL color Cylindrical-coordinate representation of color #681335: hue angle of 336º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681335 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1041953-
CMYK00.820.490.59
HSL336º69.11%24.12%-
HSV(B)336º81.73%40.78%-
XYZ6.583.673.73-
YUV48.29130.66167.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=59.09%
G=10.80%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104195300.820.490.5933669.1124.12
Hex681335052313B1504518
Octal15023650122617352010530
Binary11010001001111010101010010110001111011101010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681335; }

 p { color: rgb(104,19,53); }

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

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

 a { background-color: rgb(104,19,53); }

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

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

 span { border-color: rgb(104,19,53); }

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