Html Css Color HEX #58304A Loulou

📋 copy color: '#58304A'

red 88 ◦ green 48 ◦ blue 74

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

Shades of Loulou #58304A

Tints of Loulou #58304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 41.9%
G = 22.86%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58304A (or 0x58304A) is known color: Loulou. HEX triplet: 58, 30 and 4A. RGB value is (88,48,74). Sum of RGB (Red+Green+Blue) = 88+48+74=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #58304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58304A is #A7CFB5. Grayscale: #3E3E3E. Windows color (decimal): -10997686 or 4862040. OLE color: 4862040.

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

Color convert

RGB 88 48 74 -
CMYK 0 0.45 0.16 0.65
HSL 321º 0.29% 0.27% -
HSV(B) 321º 0.45% 0.35% -
XYZ 6.32 4.68 7.05 -
YUV 62.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 88 48 74 0 0.45 0.16 0.65 321 0.29 0.27
Hex 58 30 4A 0 2D 10 41 141 1D 1B
Octal 130 60 112 0 55 20 101 501 35 33
Binary 1011000 110000 1001010 0 101101 10000 1000001 101000001 11101 11011

Color Harmonies of #58304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58304A

Black with #58304A

Text Example


Text Example

White with #58304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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