#60233F

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

Shades of Pompadour #60233F

Tints of Pompadour #60233F

Color information

#60233F (or 0x60233F) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 3F. RGB value is (96,35,63). Sum of RGB (Red+Green+Blue) = 96+35+63=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60233F is #9FDCC0. Grayscale: #383838. Windows color (decimal): -10476737 or 4137824. OLE color: 4137824.

HSL color Cylindrical-coordinate representation of color #60233F: hue angle of 332.46º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60233F is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB963563-
CMYK00.640.340.62
HSL332.46º46.56%25.69%-
HSV(B)332.46º63.54%37.65%-
XYZ6.324.055.15-
YUV56.43131.71156.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 63 (25% from 255) = 32.47%
R=49.48%
G=18.04%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96356300.640.340.62332.4646.5625.69
Hex60233F040223E14c2f1a
Octal1404377010042765145732
Binary11000001000111111110100000010001011111010100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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