Html Css Color HEX #582548 Loulou

📋 copy color: '#582548'

red 88 ◦ green 37 ◦ blue 72

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

Shades of Loulou #582548

Tints of Loulou #582548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.78%

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 44.67%
G = 18.78%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#582548 (or 0x582548) is known color: Loulou. HEX triplet: 58, 25 and 48. RGB value is (88,37,72). Sum of RGB (Red+Green+Blue) = 88+37+72=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582548 is #A7DAB7. Grayscale: #383838. Windows color (decimal): -11000504 or 4728152. OLE color: 4728152.

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

Color convert

RGB 88 37 72 -
CMYK 0 0.58 0.18 0.65
HSL 318.82º 0.41% 0.25% -
HSV(B) 318.82º 0.58% 0.35% -
XYZ 5.86 3.87 6.57 -
YUV 56.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 88 37 72 0 0.58 0.18 0.65 318.82 0.41 0.25
Hex 58 25 48 0 3A 12 41 13F 29 19
Octal 130 45 110 0 72 22 101 477 51 31
Binary 1011000 100101 1001000 0 111010 10010 1000001 100111111 101001 11001

Color Harmonies of #582548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582548

Black with #582548

Text Example


Text Example

White with #582548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582548; }

 p { color: rgb(88,37,72); }

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

background-color css

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

 a { background-color: rgb(88,37,72); }

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

border-color css

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

 span { border-color: rgb(88,37,72); }

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