Html Css Color HEX #58354D Loulou

📋 copy color: '#58354D'

red 88 ◦ green 53 ◦ blue 77

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

Shades of Loulou #58354D

Tints of Loulou #58354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 40.37%
G = 24.31%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58354D (or 0x58354D) is known color: Loulou. HEX triplet: 58, 35 and 4D. RGB value is (88,53,77). Sum of RGB (Red+Green+Blue) = 88+53+77=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58354D is #A7CAB2. Grayscale: #424242. Windows color (decimal): -10996403 or 5059928. OLE color: 5059928.

HSL color Cylindrical-coordinate representation of color #58354D: hue angle of 318.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58354D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 77 -
CMYK 0 0.40 0.12 0.65
HSL 318.86º 0.25% 0.28% -
HSV(B) 318.86º 0.4% 0.35% -
XYZ 6.64 5.16 7.67 -
YUV 66.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 88 53 77 0 0.40 0.12 0.65 318.86 0.25 0.28
Hex 58 35 4D 0 28 C 41 13F 19 1C
Octal 130 65 115 0 50 14 101 477 31 34
Binary 1011000 110101 1001101 0 101000 1100 1000001 100111111 11001 11100

Color Harmonies of #58354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58354D

Black with #58354D

Text Example


Text Example

White with #58354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58354D; }

 p { color: rgb(88,53,77); }

 H1.HeaderClassName
 {
   color: #58354D;
 }
 .AnyTagClassName
 {
   color: #58354D;
 }
</style>

background-color css

<style>
 a { background-color: #58354D; }

 a { background-color: rgb(88,53,77); }

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

border-color css

<style>
 span { border-color: #58354D; }

 span { border-color: rgb(88,53,77); }

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