Html Css Color HEX #582C4E Loulou

📋 copy color: '#582C4E'

red 88 ◦ green 44 ◦ blue 78

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

Shades of Loulou #582C4E

Tints of Loulou #582C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 41.9%
G = 20.95%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#582C4E (or 0x582C4E) is known color: Loulou. HEX triplet: 58, 2C and 4E. RGB value is (88,44,78). Sum of RGB (Red+Green+Blue) = 88+44+78=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C4E is #A7D3B1. Grayscale: #3C3C3C. Windows color (decimal): -10998706 or 5123160. OLE color: 5123160.

HSL color Cylindrical-coordinate representation of color #582C4E: hue angle of 313.64º 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 #582C4E is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 44 78 -
CMYK 0 0.5 0.11 0.65
HSL 313.64º 0.33% 0.26% -
HSV(B) 313.64º 0.5% 0.35% -
XYZ 6.3 4.43 7.73 -
YUV 61.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 88 44 78 0 0.5 0.11 0.65 313.64 0.33 0.26
Hex 58 2C 4E 0 32 B 41 13A 21 1A
Octal 130 54 116 0 62 13 101 472 41 32
Binary 1011000 101100 1001110 0 110010 1011 1000001 100111010 100001 11010

Color Harmonies of #582C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C4E

Black with #582C4E

Text Example


Text Example

White with #582C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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