Html Css Color HEX #532E44 Loulou

📋 copy color: '#532E44'

red 83 ◦ green 46 ◦ blue 68

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

Shades of Loulou #532E44

Tints of Loulou #532E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 42.13%
G = 23.35%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#532E44 (or 0x532E44) is known color: Loulou. HEX triplet: 53, 2E and 44. RGB value is (83,46,68). Sum of RGB (Red+Green+Blue) = 83+46+68=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E44 is #ACD1BB. Grayscale: #3B3B3B. Windows color (decimal): -11325884 or 4468307. OLE color: 4468307.

HSL color Cylindrical-coordinate representation of color #532E44: hue angle of 324.32º 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 #532E44 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 68 -
CMYK 0 0.45 0.18 0.67
HSL 324.32º 0.29% 0.25% -
HSV(B) 324.32º 0.45% 0.33% -
XYZ 5.59 4.21 5.99 -
YUV 59.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 83 46 68 0 0.45 0.18 0.67 324.32 0.29 0.25
Hex 53 2E 44 0 2D 12 43 144 1D 19
Octal 123 56 104 0 55 22 103 504 35 31
Binary 1010011 101110 1000100 0 101101 10010 1000011 101000100 11101 11001

Color Harmonies of #532E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E44

Black with #532E44

Text Example


Text Example

White with #532E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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