Html Css Color HEX #58324A Loulou

📋 copy color: '#58324A'

red 88 ◦ green 50 ◦ blue 74

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

Shades of Loulou #58324A

Tints of Loulou #58324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 41.51%
G = 23.58%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58324A (or 0x58324A) is known color: Loulou. HEX triplet: 58, 32 and 4A. RGB value is (88,50,74). Sum of RGB (Red+Green+Blue) = 88+50+74=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58324A is #A7CDB5. Grayscale: #404040. Windows color (decimal): -10997174 or 4862552. OLE color: 4862552.

HSL color Cylindrical-coordinate representation of color #58324A: hue angle of 322.11º 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 #58324A is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 74 -
CMYK 0 0.43 0.16 0.65
HSL 322.11º 0.28% 0.27% -
HSV(B) 322.11º 0.43% 0.35% -
XYZ 6.4 4.85 7.08 -
YUV 64.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 88 50 74 0 0.43 0.16 0.65 322.11 0.28 0.27
Hex 58 32 4A 0 2B 10 41 142 1C 1B
Octal 130 62 112 0 53 20 101 502 34 33
Binary 1011000 110010 1001010 0 101011 10000 1000001 101000010 11100 11011

Color Harmonies of #58324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58324A

Black with #58324A

Text Example


Text Example

White with #58324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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