#5C253D

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

Shades of Pompadour #5C253D

Tints of Pompadour #5C253D

Color information

#5C253D (or 0x5C253D) is unknown color: approx Pompadour. HEX triplet: 5C, 25 and 3D. RGB value is (92,37,61). Sum of RGB (Red+Green+Blue) = 92+37+61=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C253D is #A3DAC2. Grayscale: #383838. Windows color (decimal): -10738371 or 4007260. OLE color: 4007260.

HSL color Cylindrical-coordinate representation of color #5C253D: hue angle of 333.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C253D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB923761-
CMYK00.600.340.64
HSL333.82º42.64%25.29%-
HSV(B)333.82º59.78%36.08%-
XYZ5.923.944.86-
YUV56.18130.72153.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.42%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=48.42%
G=19.47%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92376100.600.340.64333.8242.6425.29
Hex5C253D03C224014e2b19
Octal1344575074421005165331
Binary10111001001011111010111100100010100000010100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,37,61); }

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

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

 a { background-color: rgb(92,37,61); }

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

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

 span { border-color: rgb(92,37,61); }

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