Html Css Color HEX #531B4E Loulou

📋 copy color: '#531B4E'

red 83 ◦ green 27 ◦ blue 78

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

Shades of Loulou #531B4E

Tints of Loulou #531B4E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 44.15%
G = 14.36%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#531B4E (or 0x531B4E) is known color: Loulou. HEX triplet: 53, 1B and 4E. RGB value is (83,27,78). Sum of RGB (Red+Green+Blue) = 83+27+78=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #531B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B4E is #ACE4B1. Grayscale: #313131. Windows color (decimal): -11330738 or 5118803. OLE color: 5118803.

HSL color Cylindrical-coordinate representation of color #531B4E: hue angle of 305.36º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B4E is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 78 -
CMYK 0 0.67 0.06 0.67
HSL 305.36º 0.51% 0.22% -
HSV(B) 305.36º 0.67% 0.33% -
XYZ 5.33 3.17 7.54 -
YUV 49.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 83 27 78 0 0.67 0.06 0.67 305.36 0.51 0.22
Hex 53 1B 4E 0 43 6 43 131 33 16
Octal 123 33 116 0 103 6 103 461 63 26
Binary 1010011 11011 1001110 0 1000011 110 1000011 100110001 110011 10110

Color Harmonies of #531B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B4E

Black with #531B4E

Text Example


Text Example

White with #531B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,78); }

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

background-color css

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

 a { background-color: rgb(83,27,78); }

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

border-color css

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

 span { border-color: rgb(83,27,78); }

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