Html Css Color HEX #58324C Loulou

📋 copy color: '#58324C'

red 88 ◦ green 50 ◦ blue 76

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

Shades of Loulou #58324C

Tints of Loulou #58324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 41.12%
G = 23.36%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58324C (or 0x58324C) is known color: Loulou. HEX triplet: 58, 32 and 4C. RGB value is (88,50,76). Sum of RGB (Red+Green+Blue) = 88+50+76=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58324C is #A7CDB3. Grayscale: #404040. Windows color (decimal): -10997172 or 4993624. OLE color: 4993624.

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

Color convert

RGB 88 50 76 -
CMYK 0 0.43 0.14 0.65
HSL 318.95º 0.28% 0.27% -
HSV(B) 318.95º 0.43% 0.35% -
XYZ 6.47 4.88 7.44 -
YUV 64.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 88 50 76 0 0.43 0.14 0.65 318.95 0.28 0.27
Hex 58 32 4C 0 2B E 41 13F 1C 1B
Octal 130 62 114 0 53 16 101 477 34 33
Binary 1011000 110010 1001100 0 101011 1110 1000001 100111111 11100 11011

Color Harmonies of #58324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58324C

Black with #58324C

Text Example


Text Example

White with #58324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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