Html Css Color HEX #58314C Loulou

📋 copy color: '#58314C'

red 88 ◦ green 49 ◦ blue 76

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

Shades of Loulou #58314C

Tints of Loulou #58314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

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

R = 41.31%
G = 23%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58314C (or 0x58314C) is known color: Loulou. HEX triplet: 58, 31 and 4C. RGB value is (88,49,76). Sum of RGB (Red+Green+Blue) = 88+49+76=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58314C is #A7CEB3. Grayscale: #3F3F3F. Windows color (decimal): -10997428 or 4993368. OLE color: 4993368.

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

Color convert

RGB 88 49 76 -
CMYK 0 0.44 0.14 0.65
HSL 318.46º 0.28% 0.27% -
HSV(B) 318.46º 0.44% 0.35% -
XYZ 6.43 4.79 7.42 -
YUV 63.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 88 49 76 0 0.44 0.14 0.65 318.46 0.28 0.27
Hex 58 31 4C 0 2C E 41 13E 1C 1B
Octal 130 61 114 0 54 16 101 476 34 33
Binary 1011000 110001 1001100 0 101100 1110 1000001 100111110 11100 11011

Color Harmonies of #58314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58314C

Black with #58314C

Text Example


Text Example

White with #58314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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