Html Css Color HEX #532E4C Loulou

📋 copy color: '#532E4C'

red 83 ◦ green 46 ◦ blue 76

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

Shades of Loulou #532E4C

Tints of Loulou #532E4C

RGB

 RED value IS 83 (32.81% from 255) = 40.49%

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

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

R = 40.49%
G = 22.44%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#532E4C (or 0x532E4C) is known color: Loulou. HEX triplet: 53, 2E and 4C. RGB value is (83,46,76). Sum of RGB (Red+Green+Blue) = 83+46+76=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E4C is #ACD1B3. Grayscale: #3C3C3C. Windows color (decimal): -11325876 or 4992595. OLE color: 4992595.

HSL color Cylindrical-coordinate representation of color #532E4C: hue angle of 311.35º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E4C is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 76 -
CMYK 0 0.45 0.08 0.67
HSL 311.35º 0.29% 0.25% -
HSV(B) 311.35º 0.45% 0.33% -
XYZ 5.85 4.31 7.36 -
YUV 60.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 83 46 76 0 0.45 0.08 0.67 311.35 0.29 0.25
Hex 53 2E 4C 0 2D 8 43 137 1D 19
Octal 123 56 114 0 55 10 103 467 35 31
Binary 1010011 101110 1001100 0 101101 1000 1000011 100110111 11101 11001

Color Harmonies of #532E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E4C

Black with #532E4C

Text Example


Text Example

White with #532E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532E4C; }

 p { color: rgb(83,46,76); }

 H1.HeaderClassName
 {
   color: #532E4C;
 }
 .AnyTagClassName
 {
   color: #532E4C;
 }
</style>

background-color css

<style>
 a { background-color: #532E4C; }

 a { background-color: rgb(83,46,76); }

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

border-color css

<style>
 span { border-color: #532E4C; }

 span { border-color: rgb(83,46,76); }

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