Html Css Color HEX #582650 Loulou

📋 copy color: '#582650'

red 88 ◦ green 38 ◦ blue 80

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

Shades of Loulou #582650

Tints of Loulou #582650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 42.72%
G = 18.45%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#582650 (or 0x582650) is known color: Loulou. HEX triplet: 58, 26 and 50. RGB value is (88,38,80). Sum of RGB (Red+Green+Blue) = 88+38+80=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582650 is #A7D9AF. Grayscale: #393939. Windows color (decimal): -11000240 or 5252696. OLE color: 5252696.

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

Color convert

RGB 88 38 80 -
CMYK 0 0.57 0.09 0.65
HSL 309.6º 0.4% 0.25% -
HSV(B) 309.6º 0.57% 0.35% -
XYZ 6.17 4.04 8.04 -
YUV 57.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 88 38 80 0 0.57 0.09 0.65 309.6 0.4 0.25
Hex 58 26 50 0 39 9 41 136 28 19
Octal 130 46 120 0 71 11 101 466 50 31
Binary 1011000 100110 1010000 0 111001 1001 1000001 100110110 101000 11001

Color Harmonies of #582650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582650

Black with #582650

Text Example


Text Example

White with #582650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582650; }

 p { color: rgb(88,38,80); }

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

background-color css

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

 a { background-color: rgb(88,38,80); }

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

border-color css

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

 span { border-color: rgb(88,38,80); }

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