Html Css Color HEX #58194A Loulou

📋 copy color: '#58194A'

red 88 ◦ green 25 ◦ blue 74

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

Shades of Loulou #58194A

Tints of Loulou #58194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 47.06%
G = 13.37%
B = 39.57%

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

#58194A (or 0x58194A) is known color: Loulou. HEX triplet: 58, 19 and 4A. RGB value is (88,25,74). Sum of RGB (Red+Green+Blue) = 88+25+74=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58194A is #A7E6B5. Grayscale: #313131. Windows color (decimal): -11003574 or 4856152. OLE color: 4856152.

HSL color Cylindrical-coordinate representation of color #58194A: hue angle of 313.33º 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 #58194A is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 74 -
CMYK 0 0.72 0.16 0.65
HSL 313.33º 0.56% 0.22% -
HSV(B) 313.33º 0.72% 0.35% -
XYZ 5.61 3.26 6.81 -
YUV 49.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 88 25 74 0 0.72 0.16 0.65 313.33 0.56 0.22
Hex 58 19 4A 0 48 10 41 139 38 16
Octal 130 31 112 0 110 20 101 471 70 26
Binary 1011000 11001 1001010 0 1001000 10000 1000001 100111001 111000 10110

Color Harmonies of #58194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58194A

Black with #58194A

Text Example


Text Example

White with #58194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58194A; }

 p { color: rgb(88,25,74); }

 H1.HeaderClassName
 {
   color: #58194A;
 }
 .AnyTagClassName
 {
   color: #58194A;
 }
</style>

background-color css

<style>
 a { background-color: #58194A; }

 a { background-color: rgb(88,25,74); }

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

border-color css

<style>
 span { border-color: #58194A; }

 span { border-color: rgb(88,25,74); }

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