Html Css Color HEX #58224A Loulou

📋 copy color: '#58224A'

red 88 ◦ green 34 ◦ blue 74

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

Shades of Loulou #58224A

Tints of Loulou #58224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 44.9%
G = 17.35%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58224A (or 0x58224A) is known color: Loulou. HEX triplet: 58, 22 and 4A. RGB value is (88,34,74). Sum of RGB (Red+Green+Blue) = 88+34+74=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58224A is #A7DDB5. Grayscale: #363636. Windows color (decimal): -11001270 or 4858456. OLE color: 4858456.

HSL color Cylindrical-coordinate representation of color #58224A: hue angle of 315.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58224A is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 74 -
CMYK 0 0.61 0.16 0.65
HSL 315.56º 0.44% 0.24% -
HSV(B) 315.56º 0.61% 0.35% -
XYZ 5.83 3.71 6.89 -
YUV 54.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 88 34 74 0 0.61 0.16 0.65 315.56 0.44 0.24
Hex 58 22 4A 0 3D 10 41 13C 2C 18
Octal 130 42 112 0 75 20 101 474 54 30
Binary 1011000 100010 1001010 0 111101 10000 1000001 100111100 101100 11000

Color Harmonies of #58224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58224A

Black with #58224A

Text Example


Text Example

White with #58224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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