#60223D

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

Shades of Pompadour #60223D

Tints of Pompadour #60223D

Color information

#60223D (or 0x60223D) is unknown color: approx Pompadour. HEX triplet: 60, 22 and 3D. RGB value is (96,34,61). Sum of RGB (Red+Green+Blue) = 96+34+61=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60223D is #9FDDC2. Grayscale: #373737. Windows color (decimal): -10476995 or 4006496. OLE color: 4006496.

HSL color Cylindrical-coordinate representation of color #60223D: hue angle of 333.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60223D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB963461-
CMYK00.650.360.62
HSL333.87º47.69%25.49%-
HSV(B)333.87º64.58%37.65%-
XYZ6.243.974.85-
YUV55.62131.04156.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=50.26%
G=17.80%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96346100.650.360.62333.8747.6925.49
Hex60223D041243E14e3019
Octal1404275010144765166031
Binary11000001000101111010100000110010011111010100111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60223D; }

 p { color: rgb(96,34,61); }

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

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

 a { background-color: rgb(96,34,61); }

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

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

 span { border-color: rgb(96,34,61); }

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