Html Css Color HEX #582F4B Loulou

📋 copy color: '#582F4B'

red 88 ◦ green 47 ◦ blue 75

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

Shades of Loulou #582F4B

Tints of Loulou #582F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 41.9%
G = 22.38%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#582F4B (or 0x582F4B) is known color: Loulou. HEX triplet: 58, 2F and 4B. RGB value is (88,47,75). Sum of RGB (Red+Green+Blue) = 88+47+75=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F4B is #A7D0B4. Grayscale: #3E3E3E. Windows color (decimal): -10997941 or 4927320. OLE color: 4927320.

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

Color convert

RGB 88 47 75 -
CMYK 0 0.47 0.15 0.65
HSL 319.02º 0.3% 0.26% -
HSV(B) 319.02º 0.47% 0.35% -
XYZ 6.31 4.62 7.21 -
YUV 62.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 88 47 75 0 0.47 0.15 0.65 319.02 0.3 0.26
Hex 58 2F 4B 0 2F F 41 13F 1E 1A
Octal 130 57 113 0 57 17 101 477 36 32
Binary 1011000 101111 1001011 0 101111 1111 1000001 100111111 11110 11010

Color Harmonies of #582F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F4B

Black with #582F4B

Text Example


Text Example

White with #582F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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