Html Css Color HEX #58214F Loulou

📋 copy color: '#58214F'

red 88 ◦ green 33 ◦ blue 79

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

Shades of Loulou #58214F

Tints of Loulou #58214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 44%
G = 16.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58214F (or 0x58214F) is known color: Loulou. HEX triplet: 58, 21 and 4F. RGB value is (88,33,79). Sum of RGB (Red+Green+Blue) = 88+33+79=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58214F is #A7DEB0. Grayscale: #363636. Windows color (decimal): -11001521 or 5185880. OLE color: 5185880.

HSL color Cylindrical-coordinate representation of color #58214F: hue angle of 309.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58214F is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 79 -
CMYK 0 0.62 0.10 0.65
HSL 309.82º 0.45% 0.24% -
HSV(B) 309.82º 0.63% 0.35% -
XYZ 5.98 3.73 7.8 -
YUV 54.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 88 33 79 0 0.62 0.10 0.65 309.82 0.45 0.24
Hex 58 21 4F 0 3E A 41 136 2D 18
Octal 130 41 117 0 76 12 101 466 55 30
Binary 1011000 100001 1001111 0 111110 1010 1000001 100110110 101101 11000

Color Harmonies of #58214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58214F

Black with #58214F

Text Example


Text Example

White with #58214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58214F; }

 p { color: rgb(88,33,79); }

 H1.HeaderClassName
 {
   color: #58214F;
 }
 .AnyTagClassName
 {
   color: #58214F;
 }
</style>

background-color css

<style>
 a { background-color: #58214F; }

 a { background-color: rgb(88,33,79); }

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

border-color css

<style>
 span { border-color: #58214F; }

 span { border-color: rgb(88,33,79); }

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