Html Css Color HEX #582752 Loulou

📋 copy color: '#582752'

red 88 ◦ green 39 ◦ blue 82

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

Shades of Loulou #582752

Tints of Loulou #582752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 42.11%
G = 18.66%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#582752 (or 0x582752) is known color: Loulou. HEX triplet: 58, 27 and 52. RGB value is (88,39,82). Sum of RGB (Red+Green+Blue) = 88+39+82=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #582752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582752 is #A7D8AD. Grayscale: #3A3A3A. Windows color (decimal): -10999982 or 5384024. OLE color: 5384024.

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

Color convert

RGB 88 39 82 -
CMYK 0 0.56 0.07 0.65
HSL 307.35º 0.39% 0.25% -
HSV(B) 307.35º 0.56% 0.35% -
XYZ 6.27 4.13 8.45 -
YUV 58.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 88 39 82 0 0.56 0.07 0.65 307.35 0.39 0.25
Hex 58 27 52 0 38 7 41 133 27 19
Octal 130 47 122 0 70 7 101 463 47 31
Binary 1011000 100111 1010010 0 111000 111 1000001 100110011 100111 11001

Color Harmonies of #582752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582752

Black with #582752

Text Example


Text Example

White with #582752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582752; }

 p { color: rgb(88,39,82); }

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

background-color css

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

 a { background-color: rgb(88,39,82); }

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

border-color css

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

 span { border-color: rgb(88,39,82); }

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