Html Css Color HEX #532849 Loulou

📋 copy color: '#532849'

red 83 ◦ green 40 ◦ blue 73

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

Shades of Loulou #532849

Tints of Loulou #532849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 42.35%
G = 20.41%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532849 (or 0x532849) is known color: Loulou. HEX triplet: 53, 28 and 49. RGB value is (83,40,73). Sum of RGB (Red+Green+Blue) = 83+40+73=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532849 is #ACD7B6. Grayscale: #383838. Windows color (decimal): -11327415 or 4794451. OLE color: 4794451.

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

Color convert

RGB 83 40 73 -
CMYK 0 0.52 0.12 0.67
HSL 313.95º 0.35% 0.24% -
HSV(B) 313.95º 0.52% 0.33% -
XYZ 5.53 3.84 6.75 -
YUV 56.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 83 40 73 0 0.52 0.12 0.67 313.95 0.35 0.24
Hex 53 28 49 0 34 C 43 13A 23 18
Octal 123 50 111 0 64 14 103 472 43 30
Binary 1010011 101000 1001001 0 110100 1100 1000011 100111010 100011 11000

Color Harmonies of #532849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532849

Black with #532849

Text Example


Text Example

White with #532849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532849; }

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

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

background-color css

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

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

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

border-color css

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

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

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