Html Css Color HEX #582F4A Loulou

📋 copy color: '#582F4A'

red 88 ◦ green 47 ◦ blue 74

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

Shades of Loulou #582F4A

Tints of Loulou #582F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

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

R = 42.11%
G = 22.49%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#582F4A (or 0x582F4A) is known color: Loulou. HEX triplet: 58, 2F and 4A. RGB value is (88,47,74). Sum of RGB (Red+Green+Blue) = 88+47+74=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #582F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F4A is #A7D0B5. Grayscale: #3E3E3E. Windows color (decimal): -10997942 or 4861784. OLE color: 4861784.

HSL color Cylindrical-coordinate representation of color #582F4A: hue angle of 320.49º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F4A is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 74 -
CMYK 0 0.47 0.16 0.65
HSL 320.49º 0.3% 0.26% -
HSV(B) 320.49º 0.47% 0.35% -
XYZ 6.28 4.6 7.04 -
YUV 62.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 88 47 74 0 0.47 0.16 0.65 320.49 0.3 0.26
Hex 58 2F 4A 0 2F 10 41 140 1E 1A
Octal 130 57 112 0 57 20 101 500 36 32
Binary 1011000 101111 1001010 0 101111 10000 1000001 101000000 11110 11010

Color Harmonies of #582F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F4A

Black with #582F4A

Text Example


Text Example

White with #582F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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