Html Css Color HEX #582B4C Loulou

📋 copy color: '#582B4C'

red 88 ◦ green 43 ◦ blue 76

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

Shades of Loulou #582B4C

Tints of Loulou #582B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 42.51%
G = 20.77%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#582B4C (or 0x582B4C) is known color: Loulou. HEX triplet: 58, 2B and 4C. RGB value is (88,43,76). Sum of RGB (Red+Green+Blue) = 88+43+76=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #582B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B4C is #A7D4B3. Grayscale: #3C3C3C. Windows color (decimal): -10998964 or 4991832. OLE color: 4991832.

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

Color convert

RGB 88 43 76 -
CMYK 0 0.51 0.14 0.65
HSL 316º 0.34% 0.26% -
HSV(B) 316º 0.51% 0.35% -
XYZ 6.19 4.32 7.35 -
YUV 60.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 88 43 76 0 0.51 0.14 0.65 316 0.34 0.26
Hex 58 2B 4C 0 33 E 41 13C 22 1A
Octal 130 53 114 0 63 16 101 474 42 32
Binary 1011000 101011 1001100 0 110011 1110 1000001 100111100 100010 11010

Color Harmonies of #582B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B4C

Black with #582B4C

Text Example


Text Example

White with #582B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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