Html Css Color HEX #532749 Loulou

📋 copy color: '#532749'

red 83 ◦ green 39 ◦ blue 73

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

Shades of Loulou #532749

Tints of Loulou #532749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 42.56%
G = 20%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532749 (or 0x532749) is known color: Loulou. HEX triplet: 53, 27 and 49. RGB value is (83,39,73). Sum of RGB (Red+Green+Blue) = 83+39+73=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532749 is #ACD8B6. Grayscale: #373737. Windows color (decimal): -11327671 or 4794195. OLE color: 4794195.

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

Color convert

RGB 83 39 73 -
CMYK 0 0.53 0.12 0.67
HSL 313.64º 0.36% 0.24% -
HSV(B) 313.64º 0.53% 0.33% -
XYZ 5.5 3.77 6.74 -
YUV 56.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 83 39 73 0 0.53 0.12 0.67 313.64 0.36 0.24
Hex 53 27 49 0 35 C 43 13A 24 18
Octal 123 47 111 0 65 14 103 472 44 30
Binary 1010011 100111 1001001 0 110101 1100 1000011 100111010 100100 11000

Color Harmonies of #532749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532749

Black with #532749

Text Example


Text Example

White with #532749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532749; }

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

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

background-color css

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

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

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

border-color css

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

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

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