Html Css Color HEX #58204B Loulou

📋 copy color: '#58204B'

red 88 ◦ green 32 ◦ blue 75

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

Shades of Loulou #58204B

Tints of Loulou #58204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 45.13%
G = 16.41%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58204B (or 0x58204B) is known color: Loulou. HEX triplet: 58, 20 and 4B. RGB value is (88,32,75). Sum of RGB (Red+Green+Blue) = 88+32+75=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58204B is #A7DFB4. Grayscale: #353535. Windows color (decimal): -11001781 or 4923480. OLE color: 4923480.

HSL color Cylindrical-coordinate representation of color #58204B: hue angle of 313.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58204B is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 75 -
CMYK 0 0.64 0.15 0.65
HSL 313.93º 0.47% 0.24% -
HSV(B) 313.93º 0.64% 0.35% -
XYZ 5.81 3.62 7.05 -
YUV 53.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 88 32 75 0 0.64 0.15 0.65 313.93 0.47 0.24
Hex 58 20 4B 0 40 F 41 13A 2F 18
Octal 130 40 113 0 100 17 101 472 57 30
Binary 1011000 100000 1001011 0 1000000 1111 1000001 100111010 101111 11000

Color Harmonies of #58204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58204B

Black with #58204B

Text Example


Text Example

White with #58204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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