Html Css Color HEX #582948 Loulou

📋 copy color: '#582948'

red 88 ◦ green 41 ◦ blue 72

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

Shades of Loulou #582948

Tints of Loulou #582948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

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

R = 43.78%
G = 20.4%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#582948 (or 0x582948) is known color: Loulou. HEX triplet: 58, 29 and 48. RGB value is (88,41,72). Sum of RGB (Red+Green+Blue) = 88+41+72=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #582948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582948 is #A7D6B7. Grayscale: #3A3A3A. Windows color (decimal): -10999480 or 4729176. OLE color: 4729176.

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

Color convert

RGB 88 41 72 -
CMYK 0 0.53 0.18 0.65
HSL 320.43º 0.36% 0.25% -
HSV(B) 320.43º 0.53% 0.35% -
XYZ 5.99 4.13 6.61 -
YUV 58.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 88 41 72 0 0.53 0.18 0.65 320.43 0.36 0.25
Hex 58 29 48 0 35 12 41 140 24 19
Octal 130 51 110 0 65 22 101 500 44 31
Binary 1011000 101001 1001000 0 110101 10010 1000001 101000000 100100 11001

Color Harmonies of #582948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582948

Black with #582948

Text Example


Text Example

White with #582948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582948; }

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

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

background-color css

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

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

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

border-color css

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

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

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