Html Css Color HEX #582247 Loulou

📋 copy color: '#582247'

red 88 ◦ green 34 ◦ blue 71

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

Shades of Loulou #582247

Tints of Loulou #582247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 45.6%
G = 17.62%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#582247 (or 0x582247) is known color: Loulou. HEX triplet: 58, 22 and 47. RGB value is (88,34,71). Sum of RGB (Red+Green+Blue) = 88+34+71=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582247 is #A7DDB8. Grayscale: #363636. Windows color (decimal): -11001273 or 4661848. OLE color: 4661848.

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

Color convert

RGB 88 34 71 -
CMYK 0 0.61 0.19 0.65
HSL 318.89º 0.44% 0.24% -
HSV(B) 318.89º 0.61% 0.35% -
XYZ 5.73 3.67 6.37 -
YUV 54.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 88 34 71 0 0.61 0.19 0.65 318.89 0.44 0.24
Hex 58 22 47 0 3D 13 41 13F 2C 18
Octal 130 42 107 0 75 23 101 477 54 30
Binary 1011000 100010 1000111 0 111101 10011 1000001 100111111 101100 11000

Color Harmonies of #582247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582247

Black with #582247

Text Example


Text Example

White with #582247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582247; }

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

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

background-color css

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

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

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

border-color css

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

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

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