Html Css Color HEX #582850 Loulou

📋 copy color: '#582850'

red 88 ◦ green 40 ◦ blue 80

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

Shades of Loulou #582850

Tints of Loulou #582850

RGB

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

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

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

R = 42.31%
G = 19.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#582850 (or 0x582850) is known color: Loulou. HEX triplet: 58, 28 and 50. RGB value is (88,40,80). Sum of RGB (Red+Green+Blue) = 88+40+80=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582850 is #A7D7AF. Grayscale: #3A3A3A. Windows color (decimal): -10999728 or 5253208. OLE color: 5253208.

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

Color convert

RGB 88 40 80 -
CMYK 0 0.55 0.09 0.65
HSL 310º 0.38% 0.25% -
HSV(B) 310º 0.55% 0.35% -
XYZ 6.23 4.17 8.07 -
YUV 58.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 88 40 80 0 0.55 0.09 0.65 310 0.38 0.25
Hex 58 28 50 0 37 9 41 136 26 19
Octal 130 50 120 0 67 11 101 466 46 31
Binary 1011000 101000 1010000 0 110111 1001 1000001 100110110 100110 11001

Color Harmonies of #582850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582850

Black with #582850

Text Example


Text Example

White with #582850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582850; }

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

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

background-color css

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

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

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

border-color css

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

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

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