#58264B

Color #58264B Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #58264B

Tints of Loulou #58264B

Color information

#58264B (or 0x58264B) is unknown color: approx Loulou. HEX triplet: 58, 26 and 4B. RGB value is (88,38,75). Sum of RGB (Red+Green+Blue) = 88+38+75=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58264B is #A7D9B4. Grayscale: #393939. Windows color (decimal): -11000245 or 4925016. OLE color: 4925016.

HSL color Cylindrical-coordinate representation of color #58264B: hue angle of 315.6º 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 #58264B is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB883875-
CMYK00.570.150.65
HSL315.6º39.68%24.71%-
HSV(B)315.6º56.82%34.51%-
XYZ5.993.977.11-
YUV57.17138.06149.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=43.78%
G=18.91%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88387500.570.150.65315.639.6824.71
Hex58264B039F4113c2819
Octal13046113071171014745031
Binary1011000100110100101101110011111100000110011110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58264B; }

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

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

<style>
 a { background-color: #58264B; }

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

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

<style>
 span { border-color: #58264B; }

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

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