Html Css Color HEX #582B4A Loulou

📋 copy color: '#582B4A'

red 88 ◦ green 43 ◦ blue 74

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

Shades of Loulou #582B4A

Tints of Loulou #582B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

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

R = 42.93%
G = 20.98%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#582B4A (or 0x582B4A) is known color: Loulou. HEX triplet: 58, 2B and 4A. RGB value is (88,43,74). Sum of RGB (Red+Green+Blue) = 88+43+74=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B4A is #A7D4B5. Grayscale: #3B3B3B. Windows color (decimal): -10998966 or 4860760. OLE color: 4860760.

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

Color convert

RGB 88 43 74 -
CMYK 0 0.51 0.16 0.65
HSL 318.67º 0.34% 0.26% -
HSV(B) 318.67º 0.51% 0.35% -
XYZ 6.12 4.3 6.99 -
YUV 59.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 88 43 74 0 0.51 0.16 0.65 318.67 0.34 0.26
Hex 58 2B 4A 0 33 10 41 13F 22 1A
Octal 130 53 112 0 63 20 101 477 42 32
Binary 1011000 101011 1001010 0 110011 10000 1000001 100111111 100010 11010

Color Harmonies of #582B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B4A

Black with #582B4A

Text Example


Text Example

White with #582B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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