Html Css Color HEX #58364C Loulou

📋 copy color: '#58364C'

red 88 ◦ green 54 ◦ blue 76

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

Shades of Loulou #58364C

Tints of Loulou #58364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 40.37%
G = 24.77%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58364C (or 0x58364C) is known color: Loulou. HEX triplet: 58, 36 and 4C. RGB value is (88,54,76). Sum of RGB (Red+Green+Blue) = 88+54+76=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58364C is #A7C9B3. Grayscale: #424242. Windows color (decimal): -10996148 or 4994648. OLE color: 4994648.

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

Color convert

RGB 88 54 76 -
CMYK 0 0.39 0.14 0.65
HSL 321.18º 0.24% 0.28% -
HSV(B) 321.18º 0.39% 0.35% -
XYZ 6.65 5.23 7.5 -
YUV 66.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 88 54 76 0 0.39 0.14 0.65 321.18 0.24 0.28
Hex 58 36 4C 0 27 E 41 141 18 1C
Octal 130 66 114 0 47 16 101 501 30 34
Binary 1011000 110110 1001100 0 100111 1110 1000001 101000001 11000 11100

Color Harmonies of #58364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58364C

Black with #58364C

Text Example


Text Example

White with #58364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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