Html Css Color HEX #582E4A Loulou

📋 copy color: '#582E4A'

red 88 ◦ green 46 ◦ blue 74

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

Shades of Loulou #582E4A

Tints of Loulou #582E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.12%

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

R = 42.31%
G = 22.12%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#582E4A (or 0x582E4A) is known color: Loulou. HEX triplet: 58, 2E and 4A. RGB value is (88,46,74). Sum of RGB (Red+Green+Blue) = 88+46+74=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E4A is #A7D1B5. Grayscale: #3D3D3D. Windows color (decimal): -10998198 or 4861528. OLE color: 4861528.

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

Color convert

RGB 88 46 74 -
CMYK 0 0.48 0.16 0.65
HSL 320º 0.31% 0.26% -
HSV(B) 320º 0.48% 0.35% -
XYZ 6.24 4.52 7.02 -
YUV 61.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 88 46 74 0 0.48 0.16 0.65 320 0.31 0.26
Hex 58 2E 4A 0 30 10 41 140 1F 1A
Octal 130 56 112 0 60 20 101 500 37 32
Binary 1011000 101110 1001010 0 110000 10000 1000001 101000000 11111 11010

Color Harmonies of #582E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E4A

Black with #582E4A

Text Example


Text Example

White with #582E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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