Html Css Color HEX #582F4E Loulou

📋 copy color: '#582F4E'

red 88 ◦ green 47 ◦ blue 78

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

Shades of Loulou #582F4E

Tints of Loulou #582F4E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

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

R = 41.31%
G = 22.07%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#582F4E (or 0x582F4E) is known color: Loulou. HEX triplet: 58, 2F and 4E. RGB value is (88,47,78). Sum of RGB (Red+Green+Blue) = 88+47+78=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #582F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F4E is #A7D0B1. Grayscale: #3E3E3E. Windows color (decimal): -10997938 or 5123928. OLE color: 5123928.

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

Color convert

RGB 88 47 78 -
CMYK 0 0.47 0.11 0.65
HSL 314.63º 0.3% 0.26% -
HSV(B) 314.63º 0.47% 0.35% -
XYZ 6.42 4.66 7.77 -
YUV 62.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 88 47 78 0 0.47 0.11 0.65 314.63 0.3 0.26
Hex 58 2F 4E 0 2F B 41 13B 1E 1A
Octal 130 57 116 0 57 13 101 473 36 32
Binary 1011000 101111 1001110 0 101111 1011 1000001 100111011 11110 11010

Color Harmonies of #582F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F4E

Black with #582F4E

Text Example


Text Example

White with #582F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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