Html Css Color HEX #532448 Loulou

📋 copy color: '#532448'

red 83 ◦ green 36 ◦ blue 72

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

Shades of Loulou #532448

Tints of Loulou #532448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 43.46%
G = 18.85%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532448 (or 0x532448) is known color: Loulou. HEX triplet: 53, 24 and 48. RGB value is (83,36,72). Sum of RGB (Red+Green+Blue) = 83+36+72=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532448 is #ACDBB7. Grayscale: #363636. Windows color (decimal): -11328440 or 4727891. OLE color: 4727891.

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

Color convert

RGB 83 36 72 -
CMYK 0 0.57 0.13 0.67
HSL 314.04º 0.39% 0.23% -
HSV(B) 314.04º 0.57% 0.33% -
XYZ 5.37 3.57 6.54 -
YUV 54.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 83 36 72 0 0.57 0.13 0.67 314.04 0.39 0.23
Hex 53 24 48 0 39 D 43 13A 27 17
Octal 123 44 110 0 71 15 103 472 47 27
Binary 1010011 100100 1001000 0 111001 1101 1000011 100111010 100111 10111

Color Harmonies of #532448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532448

Black with #532448

Text Example


Text Example

White with #532448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532448; }

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

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

background-color css

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

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

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

border-color css

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

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

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