Html Css Color HEX #531A4D Loulou

📋 copy color: '#531A4D'

red 83 ◦ green 26 ◦ blue 77

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

Shades of Loulou #531A4D

Tints of Loulou #531A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 44.62%
G = 13.98%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#531A4D (or 0x531A4D) is known color: Loulou. HEX triplet: 53, 1A and 4D. RGB value is (83,26,77). Sum of RGB (Red+Green+Blue) = 83+26+77=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A4D is #ACE5B2. Grayscale: #303030. Windows color (decimal): -11330995 or 5053011. OLE color: 5053011.

HSL color Cylindrical-coordinate representation of color #531A4D: hue angle of 306.32º 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 #531A4D is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 77 -
CMYK 0 0.69 0.07 0.67
HSL 306.32º 0.52% 0.21% -
HSV(B) 306.32º 0.69% 0.33% -
XYZ 5.28 3.11 7.34 -
YUV 48.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 83 26 77 0 0.69 0.07 0.67 306.32 0.52 0.21
Hex 53 1A 4D 0 45 7 43 132 34 15
Octal 123 32 115 0 105 7 103 462 64 25
Binary 1010011 11010 1001101 0 1000101 111 1000011 100110010 110100 10101

Color Harmonies of #531A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A4D

Black with #531A4D

Text Example


Text Example

White with #531A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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