Html Css Color HEX #582F46 Loulou

📋 copy color: '#582F46'

red 88 ◦ green 47 ◦ blue 70

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

Shades of Loulou #582F46

Tints of Loulou #582F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 42.93%
G = 22.93%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#582F46 (or 0x582F46) is known color: Loulou. HEX triplet: 58, 2F and 46. RGB value is (88,47,70). Sum of RGB (Red+Green+Blue) = 88+47+70=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F46 is #A7D0B9. Grayscale: #3D3D3D. Windows color (decimal): -10997946 or 4599640. OLE color: 4599640.

HSL color Cylindrical-coordinate representation of color #582F46: hue angle of 326.34º 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 #582F46 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 70 -
CMYK 0 0.47 0.20 0.65
HSL 326.34º 0.3% 0.26% -
HSV(B) 326.34º 0.47% 0.35% -
XYZ 6.15 4.55 6.35 -
YUV 61.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 88 47 70 0 0.47 0.20 0.65 326.34 0.3 0.26
Hex 58 2F 46 0 2F 14 41 146 1E 1A
Octal 130 57 106 0 57 24 101 506 36 32
Binary 1011000 101111 1000110 0 101111 10100 1000001 101000110 11110 11010

Color Harmonies of #582F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F46

Black with #582F46

Text Example


Text Example

White with #582F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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