Html Css Color HEX #582947 Loulou

📋 copy color: '#582947'

red 88 ◦ green 41 ◦ blue 71

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

Shades of Loulou #582947

Tints of Loulou #582947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

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

R = 44%
G = 20.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#582947 (or 0x582947) is known color: Loulou. HEX triplet: 58, 29 and 47. RGB value is (88,41,71). Sum of RGB (Red+Green+Blue) = 88+41+71=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #582947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582947 is #A7D6B8. Grayscale: #3A3A3A. Windows color (decimal): -10999481 or 4663640. OLE color: 4663640.

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

Color convert

RGB 88 41 71 -
CMYK 0 0.53 0.19 0.65
HSL 321.7º 0.36% 0.25% -
HSV(B) 321.7º 0.53% 0.35% -
XYZ 5.95 4.12 6.44 -
YUV 58.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 88 41 71 0 0.53 0.19 0.65 321.7 0.36 0.25
Hex 58 29 47 0 35 13 41 142 24 19
Octal 130 51 107 0 65 23 101 502 44 31
Binary 1011000 101001 1000111 0 110101 10011 1000001 101000010 100100 11001

Color Harmonies of #582947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582947

Black with #582947

Text Example


Text Example

White with #582947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582947; }

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

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

background-color css

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

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

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

border-color css

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

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

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