#58263E

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

Shades of Pompadour #58263E

Tints of Pompadour #58263E

Color information

#58263E (or 0x58263E) is unknown color: approx Pompadour. HEX triplet: 58, 26 and 3E. RGB value is (88,38,62). Sum of RGB (Red+Green+Blue) = 88+38+62=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58263E is #A7D9C1. Grayscale: #373737. Windows color (decimal): -11000258 or 4073048. OLE color: 4073048.

HSL color Cylindrical-coordinate representation of color #58263E: hue angle of 331.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58263E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB883862-
CMYK00.570.300.65
HSL331.2º39.68%24.71%-
HSV(B)331.2º56.82%34.51%-
XYZ5.593.815-
YUV55.69131.56151.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=46.81%
G=20.21%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88386200.570.300.65331.239.6824.71
Hex58263E0391E4114b2819
Octal1304676071361015135031
Binary1011000100110111110011100111110100000110100101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58263E; }

 p { color: rgb(88,38,62); }

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

<style>
 a { background-color: #58263E; }

 a { background-color: rgb(88,38,62); }

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

<style>
 span { border-color: #58263E; }

 span { border-color: rgb(88,38,62); }

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