Html Css Color HEX #58324F Loulou

📋 copy color: '#58324F'

red 88 ◦ green 50 ◦ blue 79

#58324F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #58324F

Tints of Loulou #58324F

RGB

 RED value IS 88 (34.77% from 255) = 40.55%

 GREEN value IS 50 (19.92% from 255) = 23.04%

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 40.55%
G = 23.04%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58324F (or 0x58324F) is known color: Loulou. HEX triplet: 58, 32 and 4F. RGB value is (88,50,79). Sum of RGB (Red+Green+Blue) = 88+50+79=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58324F is #A7CDB0. Grayscale: #404040. Windows color (decimal): -10997169 or 5190232. OLE color: 5190232.

HSL color Cylindrical-coordinate representation of color #58324F: hue angle of 314.21º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58324F is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 79 -
CMYK 0 0.43 0.10 0.65
HSL 314.21º 0.28% 0.27% -
HSV(B) 314.21º 0.43% 0.35% -
XYZ 6.58 4.92 8 -
YUV 64.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 88 50 79 0 0.43 0.10 0.65 314.21 0.28 0.27
Hex 58 32 4F 0 2B A 41 13A 1C 1B
Octal 130 62 117 0 53 12 101 472 34 33
Binary 1011000 110010 1001111 0 101011 1010 1000001 100111010 11100 11011

Color Harmonies of #58324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58324F

Black with #58324F

Text Example


Text Example

White with #58324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58324F; }

 p { color: rgb(88,50,79); }

 H1.HeaderClassName
 {
   color: #58324F;
 }
 .AnyTagClassName
 {
   color: #58324F;
 }
</style>

background-color css

<style>
 a { background-color: #58324F; }

 a { background-color: rgb(88,50,79); }

 div.DivClassName
 {
   background-color: #58324F;
 }
 .BgClassName
 {
   background-color: #58324F;
 }
</style>

border-color css

<style>
 span { border-color: #58324F; }

 span { border-color: rgb(88,50,79); }

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