Html Css Color HEX #531248 Loulou

📋 copy color: '#531248'

red 83 ◦ green 18 ◦ blue 72

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

Shades of Loulou #531248

Tints of Loulou #531248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

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

R = 47.98%
G = 10.4%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#531248 (or 0x531248) is known color: Loulou. HEX triplet: 53, 12 and 48. RGB value is (83,18,72). Sum of RGB (Red+Green+Blue) = 83+18+72=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531248 is #ACEDB7. Grayscale: #2B2B2B. Windows color (decimal): -11333048 or 4723283. OLE color: 4723283.

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

Color convert

RGB 83 18 72 -
CMYK 0 0.78 0.13 0.67
HSL 310.15º 0.64% 0.2% -
HSV(B) 310.15º 0.78% 0.33% -
XYZ 4.95 2.74 6.4 -
YUV 43.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 83 18 72 0 0.78 0.13 0.67 310.15 0.64 0.2
Hex 53 12 48 0 4E D 43 136 40 14
Octal 123 22 110 0 116 15 103 466 100 24
Binary 1010011 10010 1001000 0 1001110 1101 1000011 100110110 1000000 10100

Color Harmonies of #531248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531248

Black with #531248

Text Example


Text Example

White with #531248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531248; }

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

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

background-color css

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

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

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

border-color css

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

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

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