Html Css Color HEX #582047 Loulou

📋 copy color: '#582047'

red 88 ◦ green 32 ◦ blue 71

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

Shades of Loulou #582047

Tints of Loulou #582047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 46.07%
G = 16.75%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#582047 (or 0x582047) is known color: Loulou. HEX triplet: 58, 20 and 47. RGB value is (88,32,71). Sum of RGB (Red+Green+Blue) = 88+32+71=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582047 is #A7DFB8. Grayscale: #353535. Windows color (decimal): -11001785 or 4661336. OLE color: 4661336.

HSL color Cylindrical-coordinate representation of color #582047: hue angle of 318.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582047 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 71 -
CMYK 0 0.64 0.19 0.65
HSL 318.21º 0.47% 0.24% -
HSV(B) 318.21º 0.64% 0.35% -
XYZ 5.68 3.56 6.35 -
YUV 53.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 88 32 71 0 0.64 0.19 0.65 318.21 0.47 0.24
Hex 58 20 47 0 40 13 41 13E 2F 18
Octal 130 40 107 0 100 23 101 476 57 30
Binary 1011000 100000 1000111 0 1000000 10011 1000001 100111110 101111 11000

Color Harmonies of #582047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582047

Black with #582047

Text Example


Text Example

White with #582047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582047; }

 p { color: rgb(88,32,71); }

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

background-color css

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

 a { background-color: rgb(88,32,71); }

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

border-color css

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

 span { border-color: rgb(88,32,71); }

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