#5C273E

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

Shades of Pompadour #5C273E

Tints of Pompadour #5C273E

Color information

#5C273E (or 0x5C273E) is unknown color: approx Pompadour. HEX triplet: 5C, 27 and 3E. RGB value is (92,39,62). Sum of RGB (Red+Green+Blue) = 92+39+62=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C273E is #A3D8C1. Grayscale: #393939. Windows color (decimal): -10737858 or 4073308. OLE color: 4073308.

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

Color convert

RGB923962-
CMYK00.580.330.64
HSL333.96º40.46%25.69%-
HSV(B)333.96º57.61%36.08%-
XYZ6.014.075.03-
YUV57.47130.56152.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.67%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=47.67%
G=20.21%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92396200.580.330.64333.9640.4625.69
Hex5C273E03A214014e281a
Octal1344776072411005165032
Binary10111001001111111100111010100001100000010100111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,39,62); }

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

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

 a { background-color: rgb(92,39,62); }

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

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

 span { border-color: rgb(92,39,62); }

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