Html Css Color HEX #582748 Loulou

📋 copy color: '#582748'

red 88 ◦ green 39 ◦ blue 72

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

Shades of Loulou #582748

Tints of Loulou #582748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.6%

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

R = 44.22%
G = 19.6%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#582748 (or 0x582748) is known color: Loulou. HEX triplet: 58, 27 and 48. RGB value is (88,39,72). Sum of RGB (Red+Green+Blue) = 88+39+72=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582748 is #A7D8B7. Grayscale: #393939. Windows color (decimal): -10999992 or 4728664. OLE color: 4728664.

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

Color convert

RGB 88 39 72 -
CMYK 0 0.56 0.18 0.65
HSL 319.59º 0.39% 0.25% -
HSV(B) 319.59º 0.56% 0.35% -
XYZ 5.92 3.99 6.59 -
YUV 57.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 88 39 72 0 0.56 0.18 0.65 319.59 0.39 0.25
Hex 58 27 48 0 38 12 41 140 27 19
Octal 130 47 110 0 70 22 101 500 47 31
Binary 1011000 100111 1001000 0 111000 10010 1000001 101000000 100111 11001

Color Harmonies of #582748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582748

Black with #582748

Text Example


Text Example

White with #582748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582748; }

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

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

background-color css

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

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

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

border-color css

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

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

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