Html Css Color HEX #58344F Loulou

📋 copy color: '#58344F'

red 88 ◦ green 52 ◦ blue 79

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

Shades of Loulou #58344F

Tints of Loulou #58344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 40.18%
G = 23.74%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58344F (or 0x58344F) is known color: Loulou. HEX triplet: 58, 34 and 4F. RGB value is (88,52,79). Sum of RGB (Red+Green+Blue) = 88+52+79=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58344F is #A7CBB0. Grayscale: #414141. Windows color (decimal): -10996657 or 5190744. OLE color: 5190744.

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

Color convert

RGB 88 52 79 -
CMYK 0 0.41 0.10 0.65
HSL 315º 0.26% 0.27% -
HSV(B) 315º 0.41% 0.35% -
XYZ 6.66 5.1 8.03 -
YUV 65.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 88 52 79 0 0.41 0.10 0.65 315 0.26 0.27
Hex 58 34 4F 0 29 A 41 13B 1A 1B
Octal 130 64 117 0 51 12 101 473 32 33
Binary 1011000 110100 1001111 0 101001 1010 1000001 100111011 11010 11011

Color Harmonies of #58344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58344F

Black with #58344F

Text Example


Text Example

White with #58344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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