Html Css Color HEX #583048 Loulou

📋 copy color: '#583048'

red 88 ◦ green 48 ◦ blue 72

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

Shades of Loulou #583048

Tints of Loulou #583048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

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

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#583048 (or 0x583048) is known color: Loulou. HEX triplet: 58, 30 and 48. RGB value is (88,48,72). Sum of RGB (Red+Green+Blue) = 88+48+72=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #583048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583048 is #A7CFB7. Grayscale: #3E3E3E. Windows color (decimal): -10997688 or 4730968. OLE color: 4730968.

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

Color convert

RGB 88 48 72 -
CMYK 0 0.45 0.18 0.65
HSL 324º 0.29% 0.27% -
HSV(B) 324º 0.45% 0.35% -
XYZ 6.25 4.66 6.7 -
YUV 62.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 88 48 72 0 0.45 0.18 0.65 324 0.29 0.27
Hex 58 30 48 0 2D 12 41 144 1D 1B
Octal 130 60 110 0 55 22 101 504 35 33
Binary 1011000 110000 1001000 0 101101 10010 1000001 101000100 11101 11011

Color Harmonies of #583048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583048

Black with #583048

Text Example


Text Example

White with #583048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583048; }

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

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

background-color css

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

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

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

border-color css

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

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

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