#58144B

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

Shades of Loulou #58144B

Tints of Loulou #58144B

Color information

#58144B (or 0x58144B) is unknown color: approx Loulou. HEX triplet: 58, 14 and 4B. RGB value is (88,20,75). Sum of RGB (Red+Green+Blue) = 88+20+75=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58144B is #A7EBB4. Grayscale: #2E2E2E. Windows color (decimal): -11004853 or 4920408. OLE color: 4920408.

HSL color Cylindrical-coordinate representation of color #58144B: hue angle of 311.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58144B is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB882075-
CMYK00.770.150.65
HSL311.47º62.96%21.18%-
HSV(B)311.47º77.27%34.51%-
XYZ5.543.086.96-
YUV46.6144.03157.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=48.09%
G=10.93%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88207500.770.150.65311.4762.9621.18
Hex58144B04DF411373f15
Octal130241130115171014677725
Binary1011000101001001011010011011111100000110011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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