Html Css Color HEX #532949 Loulou

📋 copy color: '#532949'

red 83 ◦ green 41 ◦ blue 73

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

Shades of Loulou #532949

Tints of Loulou #532949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

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

R = 42.13%
G = 20.81%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532949 (or 0x532949) is known color: Loulou. HEX triplet: 53, 29 and 49. RGB value is (83,41,73). Sum of RGB (Red+Green+Blue) = 83+41+73=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532949 is #ACD6B6. Grayscale: #393939. Windows color (decimal): -11327159 or 4794707. OLE color: 4794707.

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

Color convert

RGB 83 41 73 -
CMYK 0 0.51 0.12 0.67
HSL 314.29º 0.34% 0.24% -
HSV(B) 314.29º 0.51% 0.33% -
XYZ 5.56 3.91 6.76 -
YUV 57.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 83 41 73 0 0.51 0.12 0.67 314.29 0.34 0.24
Hex 53 29 49 0 33 C 43 13A 22 18
Octal 123 51 111 0 63 14 103 472 42 30
Binary 1010011 101001 1001001 0 110011 1100 1000011 100111010 100010 11000

Color Harmonies of #532949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532949

Black with #532949

Text Example


Text Example

White with #532949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532949; }

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

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

background-color css

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

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

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

border-color css

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

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

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