Html Css Color HEX #531A48 Loulou

📋 copy color: '#531A48'

red 83 ◦ green 26 ◦ blue 72

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

Shades of Loulou #531A48

Tints of Loulou #531A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.36%

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

R = 45.86%
G = 14.36%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#531A48 (or 0x531A48) is known color: Loulou. HEX triplet: 53, 1A and 48. RGB value is (83,26,72). Sum of RGB (Red+Green+Blue) = 83+26+72=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A48 is #ACE5B7. Grayscale: #303030. Windows color (decimal): -11331000 or 4725331. OLE color: 4725331.

HSL color Cylindrical-coordinate representation of color #531A48: hue angle of 311.58º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A48 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 72 -
CMYK 0 0.69 0.13 0.67
HSL 311.58º 0.52% 0.21% -
HSV(B) 311.58º 0.69% 0.33% -
XYZ 5.11 3.05 6.45 -
YUV 48.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 83 26 72 0 0.69 0.13 0.67 311.58 0.52 0.21
Hex 53 1A 48 0 45 D 43 138 34 15
Octal 123 32 110 0 105 15 103 470 64 25
Binary 1010011 11010 1001000 0 1000101 1101 1000011 100111000 110100 10101

Color Harmonies of #531A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A48

Black with #531A48

Text Example


Text Example

White with #531A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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