Html Css Color HEX #58324B Loulou

📋 copy color: '#58324B'

red 88 ◦ green 50 ◦ blue 75

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

Shades of Loulou #58324B

Tints of Loulou #58324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 41.31%
G = 23.47%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58324B (or 0x58324B) is known color: Loulou. HEX triplet: 58, 32 and 4B. RGB value is (88,50,75). Sum of RGB (Red+Green+Blue) = 88+50+75=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58324B is #A7CDB4. Grayscale: #404040. Windows color (decimal): -10997173 or 4928088. OLE color: 4928088.

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

Color convert

RGB 88 50 75 -
CMYK 0 0.43 0.15 0.65
HSL 320.53º 0.28% 0.27% -
HSV(B) 320.53º 0.43% 0.35% -
XYZ 6.44 4.86 7.26 -
YUV 64.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 88 50 75 0 0.43 0.15 0.65 320.53 0.28 0.27
Hex 58 32 4B 0 2B F 41 141 1C 1B
Octal 130 62 113 0 53 17 101 501 34 33
Binary 1011000 110010 1001011 0 101011 1111 1000001 101000001 11100 11011

Color Harmonies of #58324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58324B

Black with #58324B

Text Example


Text Example

White with #58324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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