Html Css Color HEX #58364A Loulou

📋 copy color: '#58364A'

red 88 ◦ green 54 ◦ blue 74

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

Shades of Loulou #58364A

Tints of Loulou #58364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 40.74%
G = 25%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58364A (or 0x58364A) is known color: Loulou. HEX triplet: 58, 36 and 4A. RGB value is (88,54,74). Sum of RGB (Red+Green+Blue) = 88+54+74=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58364A is #A7C9B5. Grayscale: #424242. Windows color (decimal): -10996150 or 4863576. OLE color: 4863576.

HSL color Cylindrical-coordinate representation of color #58364A: hue angle of 324.71º 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 #58364A is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 54 74 -
CMYK 0 0.39 0.16 0.65
HSL 324.71º 0.24% 0.28% -
HSV(B) 324.71º 0.39% 0.35% -
XYZ 6.58 5.21 7.14 -
YUV 66.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 88 54 74 0 0.39 0.16 0.65 324.71 0.24 0.28
Hex 58 36 4A 0 27 10 41 145 18 1C
Octal 130 66 112 0 47 20 101 505 30 34
Binary 1011000 110110 1001010 0 100111 10000 1000001 101000101 11000 11100

Color Harmonies of #58364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58364A

Black with #58364A

Text Example


Text Example

White with #58364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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