Html Css Color HEX #582848 Loulou

📋 copy color: '#582848'

red 88 ◦ green 40 ◦ blue 72

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

Shades of Loulou #582848

Tints of Loulou #582848

RGB

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

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

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

R = 44%
G = 20%
B = 36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#582848 (or 0x582848) is known color: Loulou. HEX triplet: 58, 28 and 48. RGB value is (88,40,72). Sum of RGB (Red+Green+Blue) = 88+40+72=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #582848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582848 is #A7D7B7. Grayscale: #393939. Windows color (decimal): -10999736 or 4728920. OLE color: 4728920.

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

Color convert

RGB 88 40 72 -
CMYK 0 0.55 0.18 0.65
HSL 320º 0.38% 0.25% -
HSV(B) 320º 0.55% 0.35% -
XYZ 5.95 4.06 6.6 -
YUV 58 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 88 40 72 0 0.55 0.18 0.65 320 0.38 0.25
Hex 58 28 48 0 37 12 41 140 26 19
Octal 130 50 110 0 67 22 101 500 46 31
Binary 1011000 101000 1001000 0 110111 10010 1000001 101000000 100110 11001

Color Harmonies of #582848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582848

Black with #582848

Text Example


Text Example

White with #582848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582848; }

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

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

background-color css

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

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

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

border-color css

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

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

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