Html Css Color HEX #531E46 Loulou

📋 copy color: '#531E46'

red 83 ◦ green 30 ◦ blue 70

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

Shades of Loulou #531E46

Tints of Loulou #531E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.39%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 45.36%
G = 16.39%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531E46 (or 0x531E46) is known color: Loulou. HEX triplet: 53, 1E and 46. RGB value is (83,30,70). Sum of RGB (Red+Green+Blue) = 83+30+70=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E46 is #ACE1B9. Grayscale: #323232. Windows color (decimal): -11329978 or 4595283. OLE color: 4595283.

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

Color convert

RGB 83 30 70 -
CMYK 0 0.64 0.16 0.67
HSL 314.72º 0.47% 0.22% -
HSV(B) 314.72º 0.64% 0.33% -
XYZ 5.14 3.21 6.14 -
YUV 50.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 83 30 70 0 0.64 0.16 0.67 314.72 0.47 0.22
Hex 53 1E 46 0 40 10 43 13B 2F 16
Octal 123 36 106 0 100 20 103 473 57 26
Binary 1010011 11110 1000110 0 1000000 10000 1000011 100111011 101111 10110

Color Harmonies of #531E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E46

Black with #531E46

Text Example


Text Example

White with #531E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,30,70); }

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

background-color css

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

 a { background-color: rgb(83,30,70); }

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

border-color css

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

 span { border-color: rgb(83,30,70); }

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