Html Css Color HEX #592F4B Loulou

📋 copy color: '#592F4B'

red 89 ◦ green 47 ◦ blue 75

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

Shades of Loulou #592F4B

Tints of Loulou #592F4B

RGB

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

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

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

R = 42.18%
G = 22.27%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#592F4B (or 0x592F4B) is known color: Loulou. HEX triplet: 59, 2F and 4B. RGB value is (89,47,75). Sum of RGB (Red+Green+Blue) = 89+47+75=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F4B is #A6D0B4. Grayscale: #3E3E3E. Windows color (decimal): -10932405 or 4927321. OLE color: 4927321.

HSL color Cylindrical-coordinate representation of color #592F4B: hue angle of 320º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #592F4B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 47 75 -
CMYK 0 0.47 0.16 0.65
HSL 320º 0.31% 0.27% -
HSV(B) 320º 0.47% 0.35% -
XYZ 6.41 4.66 7.22 -
YUV 62.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 89 47 75 0 0.47 0.16 0.65 320 0.31 0.27
Hex 59 2F 4B 0 2F 10 41 140 1F 1B
Octal 131 57 113 0 57 20 101 500 37 33
Binary 1011001 101111 1001011 0 101111 10000 1000001 101000000 11111 11011

Color Harmonies of #592F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F4B

Black with #592F4B

Text Example


Text Example

White with #592F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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