Html Css Color HEX #58224C Loulou

📋 copy color: '#58224C'

red 88 ◦ green 34 ◦ blue 76

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

Shades of Loulou #58224C

Tints of Loulou #58224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 44.44%
G = 17.17%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58224C (or 0x58224C) is known color: Loulou. HEX triplet: 58, 22 and 4C. RGB value is (88,34,76). Sum of RGB (Red+Green+Blue) = 88+34+76=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58224C is #A7DDB3. Grayscale: #363636. Windows color (decimal): -11001268 or 4989528. OLE color: 4989528.

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

Color convert

RGB 88 34 76 -
CMYK 0 0.61 0.14 0.65
HSL 313.33º 0.44% 0.24% -
HSV(B) 313.33º 0.61% 0.35% -
XYZ 5.9 3.74 7.25 -
YUV 54.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 88 34 76 0 0.61 0.14 0.65 313.33 0.44 0.24
Hex 58 22 4C 0 3D E 41 139 2C 18
Octal 130 42 114 0 75 16 101 471 54 30
Binary 1011000 100010 1001100 0 111101 1110 1000001 100111001 101100 11000

Color Harmonies of #58224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58224C

Black with #58224C

Text Example


Text Example

White with #58224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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