Html Css Color HEX #532248 Loulou

📋 copy color: '#532248'

red 83 ◦ green 34 ◦ blue 72

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

Shades of Loulou #532248

Tints of Loulou #532248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

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

R = 43.92%
G = 17.99%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532248 (or 0x532248) is known color: Loulou. HEX triplet: 53, 22 and 48. RGB value is (83,34,72). Sum of RGB (Red+Green+Blue) = 83+34+72=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532248 is #ACDDB7. Grayscale: #343434. Windows color (decimal): -11328952 or 4727379. OLE color: 4727379.

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

Color convert

RGB 83 34 72 -
CMYK 0 0.59 0.13 0.67
HSL 313.47º 0.42% 0.23% -
HSV(B) 313.47º 0.59% 0.33% -
XYZ 5.31 3.45 6.52 -
YUV 52.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 83 34 72 0 0.59 0.13 0.67 313.47 0.42 0.23
Hex 53 22 48 0 3B D 43 139 2A 17
Octal 123 42 110 0 73 15 103 471 52 27
Binary 1010011 100010 1001000 0 111011 1101 1000011 100111001 101010 10111

Color Harmonies of #532248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532248

Black with #532248

Text Example


Text Example

White with #532248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532248; }

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

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

background-color css

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

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

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

border-color css

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

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

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