#68203F

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

Shades of Pompadour #68203F

Tints of Pompadour #68203F

Color information

#68203F (or 0x68203F) is unknown color: approx Pompadour. HEX triplet: 68, 20 and 3F. RGB value is (104,32,63). Sum of RGB (Red+Green+Blue) = 104+32+63=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68203F is #97DFC0. Grayscale: #393939. Windows color (decimal): -9953217 or 4137064. OLE color: 4137064.

HSL color Cylindrical-coordinate representation of color #68203F: hue angle of 334.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68203F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1043263-
CMYK00.690.390.59
HSL334.17º52.94%26.67%-
HSV(B)334.17º69.23%40.78%-
XYZ7.124.335.16-
YUV57.06131.35161.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 63 (25% from 255) = 31.66%
R=52.26%
G=16.08%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104326300.690.390.59334.1752.9426.67
Hex68203F045273B14e351b
Octal1504077010547735166533
Binary11010001000001111110100010110011111101110100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68203F; }

 p { color: rgb(104,32,63); }

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

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

 a { background-color: rgb(104,32,63); }

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

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

 span { border-color: rgb(104,32,63); }

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