Html Css Color HEX #59194B Loulou

📋 copy color: '#59194B'

red 89 ◦ green 25 ◦ blue 75

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

Shades of Loulou #59194B

Tints of Loulou #59194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 47.09%
G = 13.23%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59194B (or 0x59194B) is known color: Loulou. HEX triplet: 59, 19 and 4B. RGB value is (89,25,75). Sum of RGB (Red+Green+Blue) = 89+25+75=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59194B is #A6E6B4. Grayscale: #313131. Windows color (decimal): -10938037 or 4921689. OLE color: 4921689.

HSL color Cylindrical-coordinate representation of color #59194B: hue angle of 313.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59194B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 75 -
CMYK 0 0.72 0.16 0.65
HSL 313.13º 0.56% 0.22% -
HSV(B) 313.13º 0.72% 0.35% -
XYZ 5.74 3.33 7 -
YUV 49.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 89 25 75 0 0.72 0.16 0.65 313.13 0.56 0.22
Hex 59 19 4B 0 48 10 41 139 38 16
Octal 131 31 113 0 110 20 101 471 70 26
Binary 1011001 11001 1001011 0 1001000 10000 1000001 100111001 111000 10110

Color Harmonies of #59194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59194B

Black with #59194B

Text Example


Text Example

White with #59194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59194B; }

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

 H1.HeaderClassName
 {
   color: #59194B;
 }
 .AnyTagClassName
 {
   color: #59194B;
 }
</style>

background-color css

<style>
 a { background-color: #59194B; }

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

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

border-color css

<style>
 span { border-color: #59194B; }

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

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