Html Css Color HEX #58194B Loulou

📋 copy color: '#58194B'

red 88 ◦ green 25 ◦ blue 75

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

Shades of Loulou #58194B

Tints of Loulou #58194B

RGB

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

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

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

R = 46.81%
G = 13.3%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58194B (or 0x58194B) is known color: Loulou. HEX triplet: 58, 19 and 4B. RGB value is (88,25,75). Sum of RGB (Red+Green+Blue) = 88+25+75=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58194B is #A7E6B4. Grayscale: #313131. Windows color (decimal): -11003573 or 4921688. OLE color: 4921688.

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

Color convert

RGB 88 25 75 -
CMYK 0 0.72 0.15 0.65
HSL 312.38º 0.56% 0.22% -
HSV(B) 312.38º 0.72% 0.35% -
XYZ 5.64 3.28 6.99 -
YUV 49.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 88 25 75 0 0.72 0.15 0.65 312.38 0.56 0.22
Hex 58 19 4B 0 48 F 41 138 38 16
Octal 130 31 113 0 110 17 101 470 70 26
Binary 1011000 11001 1001011 0 1001000 1111 1000001 100111000 111000 10110

Color Harmonies of #58194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58194B

Black with #58194B

Text Example


Text Example

White with #58194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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