#68233F

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

Shades of Pompadour #68233F

Tints of Pompadour #68233F

Color information

#68233F (or 0x68233F) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 3F. RGB value is (104,35,63). Sum of RGB (Red+Green+Blue) = 104+35+63=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68233F is #97DCC0. Grayscale: #3A3A3A. Windows color (decimal): -9952449 or 4137832. OLE color: 4137832.

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

Color convert

RGB1043563-
CMYK00.660.390.59
HSL335.65º49.64%27.25%-
HSV(B)335.65º66.35%40.78%-
XYZ7.214.55.19-
YUV58.82130.36160.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 63 (25% from 255) = 31.19%
R=51.49%
G=17.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104356300.660.390.59335.6549.6427.25
Hex68233F042273B150321b
Octal1504377010247735206233
Binary11010001000111111110100001010011111101110101000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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