Html Css Color HEX #532548 Loulou

📋 copy color: '#532548'

red 83 ◦ green 37 ◦ blue 72

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

Shades of Loulou #532548

Tints of Loulou #532548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 43.23%
G = 19.27%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532548 (or 0x532548) is known color: Loulou. HEX triplet: 53, 25 and 48. RGB value is (83,37,72). Sum of RGB (Red+Green+Blue) = 83+37+72=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532548 is #ACDAB7. Grayscale: #363636. Windows color (decimal): -11328184 or 4728147. OLE color: 4728147.

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

Color convert

RGB 83 37 72 -
CMYK 0 0.55 0.13 0.67
HSL 314.35º 0.38% 0.24% -
HSV(B) 314.35º 0.55% 0.33% -
XYZ 5.4 3.63 6.55 -
YUV 54.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 83 37 72 0 0.55 0.13 0.67 314.35 0.38 0.24
Hex 53 25 48 0 37 D 43 13A 26 18
Octal 123 45 110 0 67 15 103 472 46 30
Binary 1010011 100101 1001000 0 110111 1101 1000011 100111010 100110 11000

Color Harmonies of #532548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532548

Black with #532548

Text Example


Text Example

White with #532548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532548; }

 p { color: rgb(83,37,72); }

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

background-color css

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

 a { background-color: rgb(83,37,72); }

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

border-color css

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

 span { border-color: rgb(83,37,72); }

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