Html Css Color HEX #58224B Loulou

📋 copy color: '#58224B'

red 88 ◦ green 34 ◦ blue 75

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

Shades of Loulou #58224B

Tints of Loulou #58224B

RGB

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

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

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

R = 44.67%
G = 17.26%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58224B (or 0x58224B) is known color: Loulou. HEX triplet: 58, 22 and 4B. RGB value is (88,34,75). Sum of RGB (Red+Green+Blue) = 88+34+75=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58224B is #A7DDB4. Grayscale: #363636. Windows color (decimal): -11001269 or 4923992. OLE color: 4923992.

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

Color convert

RGB 88 34 75 -
CMYK 0 0.61 0.15 0.65
HSL 314.44º 0.44% 0.24% -
HSV(B) 314.44º 0.61% 0.35% -
XYZ 5.87 3.73 7.07 -
YUV 54.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 88 34 75 0 0.61 0.15 0.65 314.44 0.44 0.24
Hex 58 22 4B 0 3D F 41 13A 2C 18
Octal 130 42 113 0 75 17 101 472 54 30
Binary 1011000 100010 1001011 0 111101 1111 1000001 100111010 101100 11000

Color Harmonies of #58224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58224B

Black with #58224B

Text Example


Text Example

White with #58224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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