Html Css Color HEX #582C4A Loulou

📋 copy color: '#582C4A'

red 88 ◦ green 44 ◦ blue 74

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

Shades of Loulou #582C4A

Tints of Loulou #582C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 42.72%
G = 21.36%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#582C4A (or 0x582C4A) is known color: Loulou. HEX triplet: 58, 2C and 4A. RGB value is (88,44,74). Sum of RGB (Red+Green+Blue) = 88+44+74=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C4A is #A7D3B5. Grayscale: #3C3C3C. Windows color (decimal): -10998710 or 4861016. OLE color: 4861016.

HSL color Cylindrical-coordinate representation of color #582C4A: hue angle of 319.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582C4A is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 44 74 -
CMYK 0 0.5 0.16 0.65
HSL 319.09º 0.33% 0.26% -
HSV(B) 319.09º 0.5% 0.35% -
XYZ 6.16 4.37 7 -
YUV 60.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 88 44 74 0 0.5 0.16 0.65 319.09 0.33 0.26
Hex 58 2C 4A 0 32 10 41 13F 21 1A
Octal 130 54 112 0 62 20 101 477 41 32
Binary 1011000 101100 1001010 0 110010 10000 1000001 100111111 100001 11010

Color Harmonies of #582C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C4A

Black with #582C4A

Text Example


Text Example

White with #582C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582C4A; }

 p { color: rgb(88,44,74); }

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

background-color css

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

 a { background-color: rgb(88,44,74); }

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

border-color css

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

 span { border-color: rgb(88,44,74); }

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