Html Css Color HEX #58284F Loulou

📋 copy color: '#58284F'

red 88 ◦ green 40 ◦ blue 79

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

Shades of Loulou #58284F

Tints of Loulou #58284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 42.51%
G = 19.32%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58284F (or 0x58284F) is known color: Loulou. HEX triplet: 58, 28 and 4F. RGB value is (88,40,79). Sum of RGB (Red+Green+Blue) = 88+40+79=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58284F is #A7D7B0. Grayscale: #3A3A3A. Windows color (decimal): -10999729 or 5187672. OLE color: 5187672.

HSL color Cylindrical-coordinate representation of color #58284F: hue angle of 311.25º 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 #58284F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 79 -
CMYK 0 0.55 0.10 0.65
HSL 311.25º 0.38% 0.25% -
HSV(B) 311.25º 0.55% 0.35% -
XYZ 6.19 4.16 7.87 -
YUV 58.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 88 40 79 0 0.55 0.10 0.65 311.25 0.38 0.25
Hex 58 28 4F 0 37 A 41 137 26 19
Octal 130 50 117 0 67 12 101 467 46 31
Binary 1011000 101000 1001111 0 110111 1010 1000001 100110111 100110 11001

Color Harmonies of #58284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58284F

Black with #58284F

Text Example


Text Example

White with #58284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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