#5C2B43

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

Shades of Pompadour #5C2B43

Tints of Pompadour #5C2B43

Color information

#5C2B43 (or 0x5C2B43) is unknown color: approx Pompadour. HEX triplet: 5C, 2B and 43. RGB value is (92,43,67). Sum of RGB (Red+Green+Blue) = 92+43+67=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2B43 is #A3D4BC. Grayscale: #3C3C3C. Windows color (decimal): -10736829 or 4402012. OLE color: 4402012.

HSL color Cylindrical-coordinate representation of color #5C2B43: hue angle of 330.61º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C2B43 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB924367-
CMYK00.530.270.64
HSL330.61º36.3%26.47%-
HSV(B)330.61º53.26%36.08%-
XYZ6.294.415.83-
YUV60.39131.73150.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=45.54%
G=21.29%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92436700.530.270.64330.6136.326.47
Hex5C2B430351B4014b241a
Octal13453103065331005134432
Binary10111001010111000011011010111011100000010100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C2B43; }

 p { color: rgb(92,43,67); }

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

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

 a { background-color: rgb(92,43,67); }

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

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

 span { border-color: rgb(92,43,67); }

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