Html Css Color HEX #592D4B Loulou

📋 copy color: '#592D4B'

red 89 ◦ green 45 ◦ blue 75

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

Shades of Loulou #592D4B

Tints of Loulou #592D4B

RGB

 RED value IS 89 (35.16% from 255) = 42.58%

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 42.58%
G = 21.53%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#592D4B (or 0x592D4B) is known color: Loulou. HEX triplet: 59, 2D and 4B. RGB value is (89,45,75). Sum of RGB (Red+Green+Blue) = 89+45+75=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D4B is #A6D2B4. Grayscale: #3D3D3D. Windows color (decimal): -10932917 or 4926809. OLE color: 4926809.

HSL color Cylindrical-coordinate representation of color #592D4B: 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.49%. Process color model (Four color, CMYK) of #592D4B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 45 75 -
CMYK 0 0.49 0.16 0.65
HSL 319.09º 0.33% 0.26% -
HSV(B) 319.09º 0.49% 0.35% -
XYZ 6.33 4.51 7.19 -
YUV 61.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 89 45 75 0 0.49 0.16 0.65 319.09 0.33 0.26
Hex 59 2D 4B 0 31 10 41 13F 21 1A
Octal 131 55 113 0 61 20 101 477 41 32
Binary 1011001 101101 1001011 0 110001 10000 1000001 100111111 100001 11010

Color Harmonies of #592D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D4B

Black with #592D4B

Text Example


Text Example

White with #592D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592D4B; }

 p { color: rgb(89,45,75); }

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

background-color css

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

 a { background-color: rgb(89,45,75); }

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

border-color css

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

 span { border-color: rgb(89,45,75); }

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