Html Css Color HEX #532349 Loulou

📋 copy color: '#532349'

red 83 ◦ green 35 ◦ blue 73

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

Shades of Loulou #532349

Tints of Loulou #532349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 43.46%
G = 18.32%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532349 (or 0x532349) is known color: Loulou. HEX triplet: 53, 23 and 49. RGB value is (83,35,73). Sum of RGB (Red+Green+Blue) = 83+35+73=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532349 is #ACDCB6. Grayscale: #353535. Windows color (decimal): -11328695 or 4793171. OLE color: 4793171.

HSL color Cylindrical-coordinate representation of color #532349: hue angle of 312.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532349 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 73 -
CMYK 0 0.58 0.12 0.67
HSL 312.5º 0.41% 0.23% -
HSV(B) 312.5º 0.58% 0.33% -
XYZ 5.37 3.52 6.7 -
YUV 53.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 83 35 73 0 0.58 0.12 0.67 312.5 0.41 0.23
Hex 53 23 49 0 3A C 43 138 29 17
Octal 123 43 111 0 72 14 103 470 51 27
Binary 1010011 100011 1001001 0 111010 1100 1000011 100111000 101001 10111

Color Harmonies of #532349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532349

Black with #532349

Text Example


Text Example

White with #532349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532349; }

 p { color: rgb(83,35,73); }

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

background-color css

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

 a { background-color: rgb(83,35,73); }

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

border-color css

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

 span { border-color: rgb(83,35,73); }

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