Html Css Color HEX #58244A Loulou

📋 copy color: '#58244A'

red 88 ◦ green 36 ◦ blue 74

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

Shades of Loulou #58244A

Tints of Loulou #58244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

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

R = 44.44%
G = 18.18%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58244A (or 0x58244A) is known color: Loulou. HEX triplet: 58, 24 and 4A. RGB value is (88,36,74). Sum of RGB (Red+Green+Blue) = 88+36+74=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58244A is #A7DBB5. Grayscale: #373737. Windows color (decimal): -11000758 or 4858968. OLE color: 4858968.

HSL color Cylindrical-coordinate representation of color #58244A: hue angle of 316.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58244A is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 74 -
CMYK 0 0.59 0.16 0.65
HSL 316.15º 0.42% 0.24% -
HSV(B) 316.15º 0.59% 0.35% -
XYZ 5.89 3.83 6.91 -
YUV 55.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 88 36 74 0 0.59 0.16 0.65 316.15 0.42 0.24
Hex 58 24 4A 0 3B 10 41 13C 2A 18
Octal 130 44 112 0 73 20 101 474 52 30
Binary 1011000 100100 1001010 0 111011 10000 1000001 100111100 101010 11000

Color Harmonies of #58244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58244A

Black with #58244A

Text Example


Text Example

White with #58244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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