Html Css Color HEX #58284C Loulou

📋 copy color: '#58284C'

red 88 ◦ green 40 ◦ blue 76

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

Shades of Loulou #58284C

Tints of Loulou #58284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 43.14%
G = 19.61%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58284C (or 0x58284C) is known color: Loulou. HEX triplet: 58, 28 and 4C. RGB value is (88,40,76). Sum of RGB (Red+Green+Blue) = 88+40+76=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58284C is #A7D7B3. Grayscale: #3A3A3A. Windows color (decimal): -10999732 or 4991064. OLE color: 4991064.

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

Color convert

RGB 88 40 76 -
CMYK 0 0.55 0.14 0.65
HSL 315º 0.38% 0.25% -
HSV(B) 315º 0.55% 0.35% -
XYZ 6.09 4.11 7.31 -
YUV 58.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 88 40 76 0 0.55 0.14 0.65 315 0.38 0.25
Hex 58 28 4C 0 37 E 41 13B 26 19
Octal 130 50 114 0 67 16 101 473 46 31
Binary 1011000 101000 1001100 0 110111 1110 1000001 100111011 100110 11001

Color Harmonies of #58284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58284C

Black with #58284C

Text Example


Text Example

White with #58284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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