#58274A

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

Shades of Loulou #58274A

Tints of Loulou #58274A

Color information

#58274A (or 0x58274A) is unknown color: approx Loulou. HEX triplet: 58, 27 and 4A. RGB value is (88,39,74). Sum of RGB (Red+Green+Blue) = 88+39+74=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58274A is #A7D8B5. Grayscale: #393939. Windows color (decimal): -10999990 or 4859736. OLE color: 4859736.

HSL color Cylindrical-coordinate representation of color #58274A: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58274A is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB883974-
CMYK00.560.160.65
HSL317.14º38.58%24.9%-
HSV(B)317.14º55.68%34.51%-
XYZ5.994.026.94-
YUV57.64137.23149.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=43.78%
G=19.40%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88397400.560.160.65317.1438.5824.9
Hex58274A038104113d2719
Octal13047112070201014754731
Binary10110001001111001010011100010000100000110011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58274A; }

 p { color: rgb(88,39,74); }

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

<style>
 a { background-color: #58274A; }

 a { background-color: rgb(88,39,74); }

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

<style>
 span { border-color: #58274A; }

 span { border-color: rgb(88,39,74); }

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